Html Css Color HEX #083382 Dark Cerulean

📋 copy color: '#083382'

red 8 ◦ green 51 ◦ blue 130

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

Shades of Dark Cerulean #083382

Tints of Dark Cerulean #083382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 130 (51.17% from 255) = 68.78%

R = 4.23%
G = 26.98%
B = 68.78%

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

#083382 (or 0x083382) is known color: Dark Cerulean. HEX triplet: 08, 33 and 82. RGB value is (8,51,130). Sum of RGB (Red+Green+Blue) = 8+51+130=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #083382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083382 is #F7CC7D. Grayscale: #2E2E2E. Windows color (decimal): -16239742 or 8532744. OLE color: 8532744.

HSL color Cylindrical-coordinate representation of color #083382: hue angle of 218.85º 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 #083382 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 51 130 -
CMYK 0.94 0.61 0 0.49
HSL 218.85º 0.88% 0.27% -
HSV(B) 218.85º 0.94% 0.51% -
XYZ 5.31 4.03 21.62 -
YUV 47.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 8 51 130 0.94 0.61 0 0.49 218.85 0.88 0.27
Hex 8 33 82 5E 3D 0 31 DB 58 1B
Octal 10 63 202 136 75 0 61 333 130 33
Binary 1000 110011 10000010 1011110 111101 0 110001 11011011 1011000 11011

Color Harmonies of #083382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083382

Black with #083382

Text Example


Text Example

White with #083382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083382; }

 p { color: rgb(8,51,130); }

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

background-color css

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

 a { background-color: rgb(8,51,130); }

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

border-color css

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

 span { border-color: rgb(8,51,130); }

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