Html Css Color HEX #0D286E Sapphire

📋 copy color: '#0D286E'

red 13 ◦ green 40 ◦ blue 110

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

Shades of Sapphire #0D286E

Tints of Sapphire #0D286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 67.48%

R = 7.98%
G = 24.54%
B = 67.48%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D286E (or 0x0D286E) is known color: Sapphire. HEX triplet: 0D, 28 and 6E. RGB value is (13,40,110). Sum of RGB (Red+Green+Blue) = 13+40+110=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D286E is #F2D791. Grayscale: #272727. Windows color (decimal): -15914898 or 7219213. OLE color: 7219213.

HSL color Cylindrical-coordinate representation of color #0D286E: hue angle of 223.3º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D286E is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 40 110 -
CMYK 0.88 0.64 0 0.57
HSL 223.3º 0.79% 0.24% -
HSV(B) 223.3º 0.88% 0.43% -
XYZ 3.74 2.73 15.08 -
YUV 39.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 13 40 110 0.88 0.64 0 0.57 223.3 0.79 0.24
Hex D 28 6E 58 40 0 39 DF 4F 18
Octal 15 50 156 130 100 0 71 337 117 30
Binary 1101 101000 1101110 1011000 1000000 0 111001 11011111 1001111 11000

Color Harmonies of #0D286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D286E

Black with #0D286E

Text Example


Text Example

White with #0D286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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