Html Css Color HEX #08264E Sapphire

📋 copy color: '#08264E'

red 8 ◦ green 38 ◦ blue 78

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

Shades of Sapphire #08264E

Tints of Sapphire #08264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 62.9%

R = 6.45%
G = 30.65%
B = 62.9%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08264E (or 0x08264E) is known color: Sapphire. HEX triplet: 08, 26 and 4E. RGB value is (8,38,78). Sum of RGB (Red+Green+Blue) = 8+38+78=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #08264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08264E is #F7D9B1. Grayscale: #212121. Windows color (decimal): -16243122 or 5121544. OLE color: 5121544.

HSL color Cylindrical-coordinate representation of color #08264E: hue angle of 214.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08264E is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 38 78 -
CMYK 0.90 0.51 0 0.69
HSL 214.29º 0.81% 0.17% -
HSV(B) 214.29º 0.9% 0.31% -
XYZ 2.17 1.99 7.48 -
YUV 33.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 8 38 78 0.90 0.51 0 0.69 214.29 0.81 0.17
Hex 8 26 4E 5A 33 0 45 D6 51 11
Octal 10 46 116 132 63 0 105 326 121 21
Binary 1000 100110 1001110 1011010 110011 0 1000101 11010110 1010001 10001

Color Harmonies of #08264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08264E

Black with #08264E

Text Example


Text Example

White with #08264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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