Html Css Color HEX #0D2478 Sapphire

📋 copy color: '#0D2478'

red 13 ◦ green 36 ◦ blue 120

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

Shades of Sapphire #0D2478

Tints of Sapphire #0D2478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 120 (47.27% from 255) = 71.01%

R = 7.69%
G = 21.3%
B = 71.01%

CMYK

 C value IS 0.89

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D2478 (or 0x0D2478) is known color: Sapphire. HEX triplet: 0D, 24 and 78. RGB value is (13,36,120). Sum of RGB (Red+Green+Blue) = 13+36+120=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D2478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2478 is #F2DB87. Grayscale: #262626. Windows color (decimal): -15915912 or 7873549. OLE color: 7873549.

HSL color Cylindrical-coordinate representation of color #0D2478: hue angle of 227.1º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2478 is Cyan = 0.89, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 36 120 -
CMYK 0.89 0.7 0 0.53
HSL 227.1º 0.8% 0.26% -
HSV(B) 227.1º 0.89% 0.47% -
XYZ 4.19 2.7 18.07 -
YUV 38.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 13 36 120 0.89 0.7 0 0.53 227.1 0.8 0.26
Hex D 24 78 59 46 0 35 E3 50 1A
Octal 15 44 170 131 106 0 65 343 120 32
Binary 1101 100100 1111000 1011001 1000110 0 110101 11100011 1010000 11010

Color Harmonies of #0D2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2478

Black with #0D2478

Text Example


Text Example

White with #0D2478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,36,120); }

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

background-color css

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

 a { background-color: rgb(13,36,120); }

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

border-color css

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

 span { border-color: rgb(13,36,120); }

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