Html Css Color HEX #0D296B Sapphire

📋 copy color: '#0D296B'

red 13 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #0D296B

Tints of Sapphire #0D296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.46%

R = 8.07%
G = 25.47%
B = 66.46%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D296B (or 0x0D296B) is known color: Sapphire. HEX triplet: 0D, 29 and 6B. RGB value is (13,41,107). Sum of RGB (Red+Green+Blue) = 13+41+107=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D296B is #F2D694. Grayscale: #272727. Windows color (decimal): -15914645 or 7022861. OLE color: 7022861.

HSL color Cylindrical-coordinate representation of color #0D296B: hue angle of 222.13º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D296B is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 41 107 -
CMYK 0.88 0.62 0 0.58
HSL 222.13º 0.78% 0.24% -
HSV(B) 222.13º 0.88% 0.42% -
XYZ 3.61 2.73 14.25 -
YUV 40.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 13 41 107 0.88 0.62 0 0.58 222.13 0.78 0.24
Hex D 29 6B 58 3E 0 3A DE 4E 18
Octal 15 51 153 130 76 0 72 336 116 30
Binary 1101 101001 1101011 1011000 111110 0 111010 11011110 1001110 11000

Color Harmonies of #0D296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D296B

Black with #0D296B

Text Example


Text Example

White with #0D296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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