Html Css Color HEX #0D2978 Sapphire

📋 copy color: '#0D2978'

red 13 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #0D2978

Tints of Sapphire #0D2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

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

R = 7.47%
G = 23.56%
B = 68.97%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D2978 (or 0x0D2978) is known color: Sapphire. HEX triplet: 0D, 29 and 78. RGB value is (13,41,120). Sum of RGB (Red+Green+Blue) = 13+41+120=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D2978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2978 is #F2D687. Grayscale: #292929. Windows color (decimal): -15914632 or 7874829. OLE color: 7874829.

HSL color Cylindrical-coordinate representation of color #0D2978: hue angle of 224.3º 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 #0D2978 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 41 120 -
CMYK 0.89 0.66 0 0.53
HSL 224.3º 0.8% 0.26% -
HSV(B) 224.3º 0.89% 0.47% -
XYZ 4.35 3.03 18.12 -
YUV 41.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 13 41 120 0.89 0.66 0 0.53 224.3 0.8 0.26
Hex D 29 78 59 42 0 35 E0 50 1A
Octal 15 51 170 131 102 0 65 340 120 32
Binary 1101 101001 1111000 1011001 1000010 0 110101 11100000 1010000 11010

Color Harmonies of #0D2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2978

Black with #0D2978

Text Example


Text Example

White with #0D2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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