Html Css Color HEX #0D286B Sapphire

📋 copy color: '#0D286B'

red 13 ◦ green 40 ◦ blue 107

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

Shades of Sapphire #0D286B

Tints of Sapphire #0D286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

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

R = 8.13%
G = 25%
B = 66.88%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D286B (or 0x0D286B) is known color: Sapphire. HEX triplet: 0D, 28 and 6B. RGB value is (13,40,107). Sum of RGB (Red+Green+Blue) = 13+40+107=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D286B is #F2D794. Grayscale: #272727. Windows color (decimal): -15914901 or 7022605. OLE color: 7022605.

HSL color Cylindrical-coordinate representation of color #0D286B: hue angle of 222.77º 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 #0D286B is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 40 107 -
CMYK 0.88 0.63 0 0.58
HSL 222.77º 0.78% 0.24% -
HSV(B) 222.77º 0.88% 0.42% -
XYZ 3.58 2.66 14.24 -
YUV 39.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 13 40 107 0.88 0.63 0 0.58 222.77 0.78 0.24
Hex D 28 6B 58 3F 0 3A DF 4E 18
Octal 15 50 153 130 77 0 72 337 116 30
Binary 1101 101000 1101011 1011000 111111 0 111010 11011111 1001110 11000

Color Harmonies of #0D286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D286B

Black with #0D286B

Text Example


Text Example

White with #0D286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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