Html Css Color HEX #083278 Sapphire

📋 copy color: '#083278'

red 8 ◦ green 50 ◦ blue 120

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

Shades of Sapphire #083278

Tints of Sapphire #083278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 120 (47.27% from 255) = 67.42%

R = 4.49%
G = 28.09%
B = 67.42%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083278 (or 0x083278) is known color: Sapphire. HEX triplet: 08, 32 and 78. RGB value is (8,50,120). Sum of RGB (Red+Green+Blue) = 8+50+120=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #083278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083278 is #F7CD87. Grayscale: #2D2D2D. Windows color (decimal): -16240008 or 7877128. OLE color: 7877128.

HSL color Cylindrical-coordinate representation of color #083278: hue angle of 217.5º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083278 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 50 120 -
CMYK 0.93 0.58 0 0.53
HSL 217.5º 0.88% 0.25% -
HSV(B) 217.5º 0.93% 0.47% -
XYZ 4.63 3.69 18.24 -
YUV 45.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 8 50 120 0.93 0.58 0 0.53 217.5 0.88 0.25
Hex 8 32 78 5D 3A 0 35 DA 58 19
Octal 10 62 170 135 72 0 65 332 130 31
Binary 1000 110010 1111000 1011101 111010 0 110101 11011010 1011000 11001

Color Harmonies of #083278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083278

Black with #083278

Text Example


Text Example

White with #083278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083278; }

 p { color: rgb(8,50,120); }

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

background-color css

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

 a { background-color: rgb(8,50,120); }

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

border-color css

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

 span { border-color: rgb(8,50,120); }

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