Html Css Color HEX #0D266F Sapphire

📋 copy color: '#0D266F'

red 13 ◦ green 38 ◦ blue 111

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

Shades of Sapphire #0D266F

Tints of Sapphire #0D266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 8.02%
G = 23.46%
B = 68.52%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D266F (or 0x0D266F) is known color: Sapphire. HEX triplet: 0D, 26 and 6F. RGB value is (13,38,111). Sum of RGB (Red+Green+Blue) = 13+38+111=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D266F is #F2D990. Grayscale: #262626. Windows color (decimal): -15915409 or 7284237. OLE color: 7284237.

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

Color convert

RGB 13 38 111 -
CMYK 0.88 0.66 0 0.56
HSL 224.69º 0.79% 0.24% -
HSV(B) 224.69º 0.88% 0.44% -
XYZ 3.73 2.62 15.35 -
YUV 38.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 13 38 111 0.88 0.66 0 0.56 224.69 0.79 0.24
Hex D 26 6F 58 42 0 38 E1 4F 18
Octal 15 46 157 130 102 0 70 341 117 30
Binary 1101 100110 1101111 1011000 1000010 0 111000 11100001 1001111 11000

Color Harmonies of #0D266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D266F

Black with #0D266F

Text Example


Text Example

White with #0D266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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