Html Css Color HEX #08244D Sapphire

📋 copy color: '#08244D'

red 8 ◦ green 36 ◦ blue 77

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

Shades of Sapphire #08244D

Tints of Sapphire #08244D

RGB

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

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

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

R = 6.61%
G = 29.75%
B = 63.64%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08244D (or 0x08244D) is known color: Sapphire. HEX triplet: 08, 24 and 4D. RGB value is (8,36,77). Sum of RGB (Red+Green+Blue) = 8+36+77=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #08244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08244D is #F7DBB2. Grayscale: #202020. Windows color (decimal): -16243635 or 5055496. OLE color: 5055496.

HSL color Cylindrical-coordinate representation of color #08244D: hue angle of 215.65º 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 #08244D is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 36 77 -
CMYK 0.90 0.53 0 0.70
HSL 215.65º 0.81% 0.17% -
HSV(B) 215.65º 0.9% 0.3% -
XYZ 2.07 1.85 7.27 -
YUV 32.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 8 36 77 0.90 0.53 0 0.70 215.65 0.81 0.17
Hex 8 24 4D 5A 35 0 46 D8 51 11
Octal 10 44 115 132 65 0 106 330 121 21
Binary 1000 100100 1001101 1011010 110101 0 1000110 11011000 1010001 10001

Color Harmonies of #08244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08244D

Black with #08244D

Text Example


Text Example

White with #08244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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