Html Css Color HEX #083281 Dark Cerulean

📋 copy color: '#083281'

red 8 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #083281

Tints of Dark Cerulean #083281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 68.98%

R = 4.28%
G = 26.74%
B = 68.98%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#083281 (or 0x083281) is known color: Dark Cerulean. HEX triplet: 08, 32 and 81. RGB value is (8,50,129). Sum of RGB (Red+Green+Blue) = 8+50+129=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #083281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083281 is #F7CD7E. Grayscale: #2E2E2E. Windows color (decimal): -16239999 or 8466952. OLE color: 8466952.

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

Color convert

RGB 8 50 129 -
CMYK 0.94 0.61 0 0.49
HSL 219.17º 0.88% 0.27% -
HSV(B) 219.17º 0.94% 0.51% -
XYZ 5.2 3.92 21.25 -
YUV 46.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 8 50 129 0.94 0.61 0 0.49 219.17 0.88 0.27
Hex 8 32 81 5E 3D 0 31 DB 58 1B
Octal 10 62 201 136 75 0 61 333 130 33
Binary 1000 110010 10000001 1011110 111101 0 110001 11011011 1011000 11011

Color Harmonies of #083281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083281

Black with #083281

Text Example


Text Example

White with #083281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083281; }

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

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

background-color css

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

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

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

border-color css

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

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

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