Html Css Color HEX #0D144F Sapphire

📋 copy color: '#0D144F'

red 13 ◦ green 20 ◦ blue 79

#0D144F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0D144F

Tints of Sapphire #0D144F

RGB

 RED value IS 13 (5.47% from 255) = 11.61%

 GREEN value IS 20 (8.2% from 255) = 17.86%

 BLUE value IS 79 (31.25% from 255) = 70.54%

R = 11.61%
G = 17.86%
B = 70.54%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D144F (or 0x0D144F) is known color: Sapphire. HEX triplet: 0D, 14 and 4F. RGB value is (13,20,79). Sum of RGB (Red+Green+Blue) = 13+20+79=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D144F is #F2EBB0. Grayscale: #181818. Windows color (decimal): -15920049 or 5182477. OLE color: 5182477.

HSL color Cylindrical-coordinate representation of color #0D144F: hue angle of 233.64º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D144F is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 20 79 -
CMYK 0.84 0.75 0 0.69
HSL 233.64º 0.72% 0.18% -
HSV(B) 233.64º 0.84% 0.31% -
XYZ 1.83 1.15 7.52 -
YUV 24.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 13 20 79 0.84 0.75 0 0.69 233.64 0.72 0.18
Hex D 14 4F 54 4B 0 45 EA 48 12
Octal 15 24 117 124 113 0 105 352 110 22
Binary 1101 10100 1001111 1010100 1001011 0 1000101 11101010 1001000 10010

Color Harmonies of #0D144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D144F

Black with #0D144F

Text Example


Text Example

White with #0D144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D144F; }

 p { color: rgb(13,20,79); }

 H1.HeaderClassName
 {
   color: #0D144F;
 }
 .AnyTagClassName
 {
   color: #0D144F;
 }
</style>

background-color css

<style>
 a { background-color: #0D144F; }

 a { background-color: rgb(13,20,79); }

 div.DivClassName
 {
   background-color: #0D144F;
 }
 .BgClassName
 {
   background-color: #0D144F;
 }
</style>

border-color css

<style>
 span { border-color: #0D144F; }

 span { border-color: rgb(13,20,79); }

 td.TdClassName
 {
   border-color: #0D144F;
 }
 .TagClassName
 {
   border-color: #0D144F;
 }
</style>