Html Css Color HEX #08245C Sapphire

📋 copy color: '#08245C'

red 8 ◦ green 36 ◦ blue 92

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

Shades of Sapphire #08245C

Tints of Sapphire #08245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 67.65%

R = 5.88%
G = 26.47%
B = 67.65%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08245C (or 0x08245C) is known color: Sapphire. HEX triplet: 08, 24 and 5C. RGB value is (8,36,92). Sum of RGB (Red+Green+Blue) = 8+36+92=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #08245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08245C is #F7DBA3. Grayscale: #212121. Windows color (decimal): -16243620 or 6038536. OLE color: 6038536.

HSL color Cylindrical-coordinate representation of color #08245C: hue angle of 220º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08245C is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 36 92 -
CMYK 0.91 0.61 0 0.64
HSL 220º 0.84% 0.2% -
HSV(B) 220º 0.91% 0.36% -
XYZ 2.66 2.09 10.39 -
YUV 34.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 8 36 92 0.91 0.61 0 0.64 220 0.84 0.2
Hex 8 24 5C 5B 3D 0 40 DC 54 14
Octal 10 44 134 133 75 0 100 334 124 24
Binary 1000 100100 1011100 1011011 111101 0 1000000 11011100 1010100 10100

Color Harmonies of #08245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08245C

Black with #08245C

Text Example


Text Example

White with #08245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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