Html Css Color HEX #0D134F Sapphire

📋 copy color: '#0D134F'

red 13 ◦ green 19 ◦ blue 79

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

Shades of Sapphire #0D134F

Tints of Sapphire #0D134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

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

R = 11.71%
G = 17.12%
B = 71.17%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D134F (or 0x0D134F) is known color: Sapphire. HEX triplet: 0D, 13 and 4F. RGB value is (13,19,79). Sum of RGB (Red+Green+Blue) = 13+19+79=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D134F is #F2ECB0. Grayscale: #171717. Windows color (decimal): -15920305 or 5182221. OLE color: 5182221.

HSL color Cylindrical-coordinate representation of color #0D134F: hue angle of 234.55º 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 #0D134F is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 19 79 -
CMYK 0.84 0.76 0 0.69
HSL 234.55º 0.72% 0.18% -
HSV(B) 234.55º 0.84% 0.31% -
XYZ 1.81 1.12 7.52 -
YUV 24.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 13 19 79 0.84 0.76 0 0.69 234.55 0.72 0.18
Hex D 13 4F 54 4C 0 45 EB 48 12
Octal 15 23 117 124 114 0 105 353 110 22
Binary 1101 10011 1001111 1010100 1001100 0 1000101 11101011 1001000 10010

Color Harmonies of #0D134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D134F

Black with #0D134F

Text Example


Text Example

White with #0D134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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