Html Css Color HEX #08264C Sapphire

📋 copy color: '#08264C'

red 8 ◦ green 38 ◦ blue 76

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

Shades of Sapphire #08264C

Tints of Sapphire #08264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.15%

 BLUE value IS 76 (30.08% from 255) = 62.3%

R = 6.56%
G = 31.15%
B = 62.3%

CMYK

 C value IS 0.89

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08264C (or 0x08264C) is known color: Sapphire. HEX triplet: 08, 26 and 4C. RGB value is (8,38,76). Sum of RGB (Red+Green+Blue) = 8+38+76=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #08264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08264C is #F7D9B3. Grayscale: #212121. Windows color (decimal): -16243124 or 4990472. OLE color: 4990472.

HSL color Cylindrical-coordinate representation of color #08264C: hue angle of 213.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08264C is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 38 76 -
CMYK 0.89 0.5 0 0.70
HSL 213.53º 0.81% 0.16% -
HSV(B) 213.53º 0.89% 0.3% -
XYZ 2.1 1.96 7.11 -
YUV 33.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 8 38 76 0.89 0.5 0 0.70 213.53 0.81 0.16
Hex 8 26 4C 59 32 0 46 D6 51 10
Octal 10 46 114 131 62 0 106 326 121 20
Binary 1000 100110 1001100 1011001 110010 0 1000110 11010110 1010001 10000

Color Harmonies of #08264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08264C

Black with #08264C

Text Example


Text Example

White with #08264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,38,76); }

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

background-color css

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

 a { background-color: rgb(8,38,76); }

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

border-color css

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

 span { border-color: rgb(8,38,76); }

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