Html Css Color HEX #005A8C Dark Cerulean

📋 copy color: '#005A8C'

red 0 ◦ green 90 ◦ blue 140

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

Shades of Dark Cerulean #005A8C

Tints of Dark Cerulean #005A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 0%
G = 39.13%
B = 60.87%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#005A8C (or 0x005A8C) is known color: Dark Cerulean. HEX triplet: 00, 5A and 8C. RGB value is (0,90,140). Sum of RGB (Red+Green+Blue) = 0+90+140=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #005A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A8C is #FFA573. Grayscale: #444444. Windows color (decimal): -16754036 or 9198080. OLE color: 9198080.

HSL color Cylindrical-coordinate representation of color #005A8C: hue angle of 201.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A8C is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 90 140 -
CMYK 1 0.36 0 0.45
HSL 201.43º 1% 0.27% -
HSV(B) 201.43º 1% 0.55% -
XYZ 8.39 9.21 26.15 -
YUV 68.79 168.18 78.93 -
System Red Green Blue C M Y K H S L
Decimal 0 90 140 1 0.36 0 0.45 201.43 1 0.27
Hex 0 5A 8C 64 24 0 2D C9 64 1B
Octal 0 132 214 144 44 0 55 311 144 33
Binary 0 1011010 10001100 1100100 100100 0 101101 11001001 1100100 11011

Color Harmonies of #005A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A8C

Black with #005A8C

Text Example


Text Example

White with #005A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005A8C; }

 p { color: rgb(0,90,140); }

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

background-color css

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

 a { background-color: rgb(0,90,140); }

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

border-color css

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

 span { border-color: rgb(0,90,140); }

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