Html Css Color HEX #005083 Dark Cerulean

📋 copy color: '#005083'

red 0 ◦ green 80 ◦ blue 131

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

Shades of Dark Cerulean #005083

Tints of Dark Cerulean #005083

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 131 (51.56% from 255) = 62.09%

R = 0%
G = 37.91%
B = 62.09%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#005083 (or 0x005083) is known color: Dark Cerulean. HEX triplet: 00, 50 and 83. RGB value is (0,80,131). Sum of RGB (Red+Green+Blue) = 0+80+131=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #005083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005083 is #FFAF7C. Grayscale: #3D3D3D. Windows color (decimal): -16756605 or 8605696. OLE color: 8605696.

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

Color convert

RGB 0 80 131 -
CMYK 1 0.39 0 0.49
HSL 203.36º 1% 0.26% -
HSV(B) 203.36º 1% 0.51% -
XYZ 6.97 7.38 22.53 -
YUV 61.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 0 80 131 1 0.39 0 0.49 203.36 1 0.26
Hex 0 50 83 64 27 0 31 CB 64 1A
Octal 0 120 203 144 47 0 61 313 144 32
Binary 0 1010000 10000011 1100100 100111 0 110001 11001011 1100100 11010

Color Harmonies of #005083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005083

Black with #005083

Text Example


Text Example

White with #005083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005083; }

 p { color: rgb(0,80,131); }

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

background-color css

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

 a { background-color: rgb(0,80,131); }

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

border-color css

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

 span { border-color: rgb(0,80,131); }

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