Html Css Color HEX #0D246C Sapphire

📋 copy color: '#0D246C'

red 13 ◦ green 36 ◦ blue 108

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

Shades of Sapphire #0D246C

Tints of Sapphire #0D246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 8.28%
G = 22.93%
B = 68.79%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D246C (or 0x0D246C) is known color: Sapphire. HEX triplet: 0D, 24 and 6C. RGB value is (13,36,108). Sum of RGB (Red+Green+Blue) = 13+36+108=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D246C is #F2DB93. Grayscale: #252525. Windows color (decimal): -15915924 or 7087117. OLE color: 7087117.

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

Color convert

RGB 13 36 108 -
CMYK 0.88 0.67 0 0.58
HSL 225.47º 0.79% 0.24% -
HSV(B) 225.47º 0.88% 0.42% -
XYZ 3.5 2.43 14.47 -
YUV 37.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 13 36 108 0.88 0.67 0 0.58 225.47 0.79 0.24
Hex D 24 6C 58 43 0 3A E1 4F 18
Octal 15 44 154 130 103 0 72 341 117 30
Binary 1101 100100 1101100 1011000 1000011 0 111010 11100001 1001111 11000

Color Harmonies of #0D246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D246C

Black with #0D246C

Text Example


Text Example

White with #0D246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,36,108); }

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

background-color css

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

 a { background-color: rgb(13,36,108); }

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

border-color css

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

 span { border-color: rgb(13,36,108); }

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