Html Css Color HEX #08236E Sapphire

📋 copy color: '#08236E'

red 8 ◦ green 35 ◦ blue 110

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

Shades of Sapphire #08236E

Tints of Sapphire #08236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 5.23%
G = 22.88%
B = 71.9%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08236E (or 0x08236E) is known color: Sapphire. HEX triplet: 08, 23 and 6E. RGB value is (8,35,110). Sum of RGB (Red+Green+Blue) = 8+35+110=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #08236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08236E is #F7DC91. Grayscale: #232323. Windows color (decimal): -16243858 or 7217928. OLE color: 7217928.

HSL color Cylindrical-coordinate representation of color #08236E: hue angle of 224.12º 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 #08236E is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 35 110 -
CMYK 0.93 0.68 0 0.57
HSL 224.12º 0.86% 0.23% -
HSV(B) 224.12º 0.93% 0.43% -
XYZ 3.52 2.38 15.03 -
YUV 35.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 8 35 110 0.93 0.68 0 0.57 224.12 0.86 0.23
Hex 8 23 6E 5D 44 0 39 E0 56 17
Octal 10 43 156 135 104 0 71 340 126 27
Binary 1000 100011 1101110 1011101 1000100 0 111001 11100000 1010110 10111

Color Harmonies of #08236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08236E

Black with #08236E

Text Example


Text Example

White with #08236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08236E; }

 p { color: rgb(8,35,110); }

 H1.HeaderClassName
 {
   color: #08236E;
 }
 .AnyTagClassName
 {
   color: #08236E;
 }
</style>

background-color css

<style>
 a { background-color: #08236E; }

 a { background-color: rgb(8,35,110); }

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

border-color css

<style>
 span { border-color: #08236E; }

 span { border-color: rgb(8,35,110); }

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