Html Css Color HEX #08245B Sapphire

📋 copy color: '#08245B'

red 8 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #08245B

Tints of Sapphire #08245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 67.41%

R = 5.93%
G = 26.67%
B = 67.41%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08245B (or 0x08245B) is known color: Sapphire. HEX triplet: 08, 24 and 5B. RGB value is (8,36,91). Sum of RGB (Red+Green+Blue) = 8+36+91=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #08245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08245B is #F7DBA4. Grayscale: #212121. Windows color (decimal): -16243621 or 5973000. OLE color: 5973000.

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

Color convert

RGB 8 36 91 -
CMYK 0.91 0.60 0 0.64
HSL 219.76º 0.84% 0.19% -
HSV(B) 219.76º 0.91% 0.36% -
XYZ 2.62 2.07 10.16 -
YUV 33.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 8 36 91 0.91 0.60 0 0.64 219.76 0.84 0.19
Hex 8 24 5B 5B 3C 0 40 DC 54 13
Octal 10 44 133 133 74 0 100 334 124 23
Binary 1000 100100 1011011 1011011 111100 0 1000000 11011100 1010100 10011

Color Harmonies of #08245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08245B

Black with #08245B

Text Example


Text Example

White with #08245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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