Html Css Color HEX #08254D Sapphire

📋 copy color: '#08254D'

red 8 ◦ green 37 ◦ blue 77

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

Shades of Sapphire #08254D

Tints of Sapphire #08254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 63.11%

R = 6.56%
G = 30.33%
B = 63.11%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08254D (or 0x08254D) is known color: Sapphire. HEX triplet: 08, 25 and 4D. RGB value is (8,37,77). Sum of RGB (Red+Green+Blue) = 8+37+77=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #08254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08254D is #F7DAB2. Grayscale: #202020. Windows color (decimal): -16243379 or 5055752. OLE color: 5055752.

HSL color Cylindrical-coordinate representation of color #08254D: hue angle of 214.78º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08254D is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 37 77 -
CMYK 0.90 0.52 0 0.70
HSL 214.78º 0.81% 0.17% -
HSV(B) 214.78º 0.9% 0.3% -
XYZ 2.1 1.91 7.28 -
YUV 32.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 8 37 77 0.90 0.52 0 0.70 214.78 0.81 0.17
Hex 8 25 4D 5A 34 0 46 D7 51 11
Octal 10 45 115 132 64 0 106 327 121 21
Binary 1000 100101 1001101 1011010 110100 0 1000110 11010111 1010001 10001

Color Harmonies of #08254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08254D

Black with #08254D

Text Example


Text Example

White with #08254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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