Html Css Color HEX #08254C Sapphire

📋 copy color: '#08254C'

red 8 ◦ green 37 ◦ blue 76

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

Shades of Sapphire #08254C

Tints of Sapphire #08254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.58%

 BLUE value IS 76 (30.08% from 255) = 62.81%

R = 6.61%
G = 30.58%
B = 62.81%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08254C (or 0x08254C) is known color: Sapphire. HEX triplet: 08, 25 and 4C. RGB value is (8,37,76). Sum of RGB (Red+Green+Blue) = 8+37+76=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #08254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08254C is #F7DAB3. Grayscale: #202020. Windows color (decimal): -16243380 or 4990216. OLE color: 4990216.

HSL color Cylindrical-coordinate representation of color #08254C: hue angle of 214.41º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08254C is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 37 76 -
CMYK 0.89 0.51 0 0.70
HSL 214.41º 0.81% 0.16% -
HSV(B) 214.41º 0.89% 0.3% -
XYZ 2.07 1.9 7.09 -
YUV 32.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 8 37 76 0.89 0.51 0 0.70 214.41 0.81 0.16
Hex 8 25 4C 59 33 0 46 D6 51 10
Octal 10 45 114 131 63 0 106 326 121 20
Binary 1000 100101 1001100 1011001 110011 0 1000110 11010110 1010001 10000

Color Harmonies of #08254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08254C

Black with #08254C

Text Example


Text Example

White with #08254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08254C; }

 p { color: rgb(8,37,76); }

 H1.HeaderClassName
 {
   color: #08254C;
 }
 .AnyTagClassName
 {
   color: #08254C;
 }
</style>

background-color css

<style>
 a { background-color: #08254C; }

 a { background-color: rgb(8,37,76); }

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

border-color css

<style>
 span { border-color: #08254C; }

 span { border-color: rgb(8,37,76); }

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