Html Css Color HEX #0D286F Sapphire

📋 copy color: '#0D286F'

red 13 ◦ green 40 ◦ blue 111

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

Shades of Sapphire #0D286F

Tints of Sapphire #0D286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 7.93%
G = 24.39%
B = 67.68%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D286F (or 0x0D286F) is known color: Sapphire. HEX triplet: 0D, 28 and 6F. RGB value is (13,40,111). Sum of RGB (Red+Green+Blue) = 13+40+111=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D286F is #F2D790. Grayscale: #272727. Windows color (decimal): -15914897 or 7284749. OLE color: 7284749.

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

Color convert

RGB 13 40 111 -
CMYK 0.88 0.64 0 0.56
HSL 223.47º 0.79% 0.24% -
HSV(B) 223.47º 0.88% 0.44% -
XYZ 3.79 2.75 15.37 -
YUV 40.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 13 40 111 0.88 0.64 0 0.56 223.47 0.79 0.24
Hex D 28 6F 58 40 0 38 DF 4F 18
Octal 15 50 157 130 100 0 70 337 117 30
Binary 1101 101000 1101111 1011000 1000000 0 111000 11011111 1001111 11000

Color Harmonies of #0D286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D286F

Black with #0D286F

Text Example


Text Example

White with #0D286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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