Html Css Color HEX #0D2977 Sapphire

📋 copy color: '#0D2977'

red 13 ◦ green 41 ◦ blue 119

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

Shades of Sapphire #0D2977

Tints of Sapphire #0D2977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 7.51%
G = 23.7%
B = 68.79%

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

#0D2977 (or 0x0D2977) is known color: Sapphire. HEX triplet: 0D, 29 and 77. RGB value is (13,41,119). Sum of RGB (Red+Green+Blue) = 13+41+119=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D2977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2977 is #F2D688. Grayscale: #292929. Windows color (decimal): -15914633 or 7809293. OLE color: 7809293.

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

Color convert

RGB 13 41 119 -
CMYK 0.89 0.66 0 0.53
HSL 224.15º 0.8% 0.26% -
HSV(B) 224.15º 0.89% 0.47% -
XYZ 4.29 3 17.81 -
YUV 41.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 13 41 119 0.89 0.66 0 0.53 224.15 0.8 0.26
Hex D 29 77 59 42 0 35 E0 50 1A
Octal 15 51 167 131 102 0 65 340 120 32
Binary 1101 101001 1110111 1011001 1000010 0 110101 11100000 1010000 11010

Color Harmonies of #0D2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2977

Black with #0D2977

Text Example


Text Example

White with #0D2977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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