Html Css Color HEX #08246D Sapphire

📋 copy color: '#08246D'

red 8 ◦ green 36 ◦ blue 109

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

Shades of Sapphire #08246D

Tints of Sapphire #08246D

RGB

 RED value IS 8 (3.52% from 255) = 5.23%

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

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 5.23%
G = 23.53%
B = 71.24%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08246D (or 0x08246D) is known color: Sapphire. HEX triplet: 08, 24 and 6D. RGB value is (8,36,109). Sum of RGB (Red+Green+Blue) = 8+36+109=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #08246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08246D is #F7DB92. Grayscale: #232323. Windows color (decimal): -16243603 or 7152648. OLE color: 7152648.

HSL color Cylindrical-coordinate representation of color #08246D: hue angle of 223.37º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08246D is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 36 109 -
CMYK 0.93 0.67 0 0.57
HSL 223.37º 0.86% 0.23% -
HSV(B) 223.37º 0.93% 0.43% -
XYZ 3.49 2.42 14.75 -
YUV 35.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 8 36 109 0.93 0.67 0 0.57 223.37 0.86 0.23
Hex 8 24 6D 5D 43 0 39 DF 56 17
Octal 10 44 155 135 103 0 71 337 126 27
Binary 1000 100100 1101101 1011101 1000011 0 111001 11011111 1010110 10111

Color Harmonies of #08246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08246D

Black with #08246D

Text Example


Text Example

White with #08246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08246D; }

 p { color: rgb(8,36,109); }

 H1.HeaderClassName
 {
   color: #08246D;
 }
 .AnyTagClassName
 {
   color: #08246D;
 }
</style>

background-color css

<style>
 a { background-color: #08246D; }

 a { background-color: rgb(8,36,109); }

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

border-color css

<style>
 span { border-color: #08246D; }

 span { border-color: rgb(8,36,109); }

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