Html Css Color HEX #08245A Sapphire

📋 copy color: '#08245A'

red 8 ◦ green 36 ◦ blue 90

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

Shades of Sapphire #08245A

Tints of Sapphire #08245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 67.16%

R = 5.97%
G = 26.87%
B = 67.16%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08245A (or 0x08245A) is known color: Sapphire. HEX triplet: 08, 24 and 5A. RGB value is (8,36,90). Sum of RGB (Red+Green+Blue) = 8+36+90=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #08245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08245A is #F7DBA5. Grayscale: #212121. Windows color (decimal): -16243622 or 5907464. OLE color: 5907464.

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

Color convert

RGB 8 36 90 -
CMYK 0.91 0.60 0 0.65
HSL 219.51º 0.84% 0.19% -
HSV(B) 219.51º 0.91% 0.35% -
XYZ 2.58 2.05 9.93 -
YUV 33.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 8 36 90 0.91 0.60 0 0.65 219.51 0.84 0.19
Hex 8 24 5A 5B 3C 0 41 DC 54 13
Octal 10 44 132 133 74 0 101 334 124 23
Binary 1000 100100 1011010 1011011 111100 0 1000001 11011100 1010100 10011

Color Harmonies of #08245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08245A

Black with #08245A

Text Example


Text Example

White with #08245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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