Html Css Color HEX #08267D Sapphire

📋 copy color: '#08267D'

red 8 ◦ green 38 ◦ blue 125

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

Shades of Sapphire #08267D

Tints of Sapphire #08267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 73.1%

R = 4.68%
G = 22.22%
B = 73.1%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08267D (or 0x08267D) is known color: Sapphire. HEX triplet: 08, 26 and 7D. RGB value is (8,38,125). Sum of RGB (Red+Green+Blue) = 8+38+125=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #08267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08267D is #F7D982. Grayscale: #262626. Windows color (decimal): -16243075 or 8201736. OLE color: 8201736.

HSL color Cylindrical-coordinate representation of color #08267D: hue angle of 224.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08267D is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 38 125 -
CMYK 0.94 0.70 0 0.51
HSL 224.62º 0.88% 0.26% -
HSV(B) 224.62º 0.94% 0.49% -
XYZ 4.49 2.92 19.73 -
YUV 38.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 8 38 125 0.94 0.70 0 0.51 224.62 0.88 0.26
Hex 8 26 7D 5E 46 0 33 E1 58 1A
Octal 10 46 175 136 106 0 63 341 130 32
Binary 1000 100110 1111101 1011110 1000110 0 110011 11100001 1011000 11010

Color Harmonies of #08267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08267D

Black with #08267D

Text Example


Text Example

White with #08267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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