Html Css Color HEX #005B8B Dark Cerulean

📋 copy color: '#005B8B'

red 0 ◦ green 91 ◦ blue 139

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

Shades of Dark Cerulean #005B8B

Tints of Dark Cerulean #005B8B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.57%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 0%
G = 39.57%
B = 60.43%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#005B8B (or 0x005B8B) is known color: Dark Cerulean. HEX triplet: 00, 5B and 8B. RGB value is (0,91,139). Sum of RGB (Red+Green+Blue) = 0+91+139=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #005B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B8B is #FFA474. Grayscale: #444444. Windows color (decimal): -16753781 or 9132800. OLE color: 9132800.

HSL color Cylindrical-coordinate representation of color #005B8B: hue angle of 200.72º 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 #005B8B is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 91 139 -
CMYK 1 0.35 0 0.45
HSL 200.72º 1% 0.27% -
HSV(B) 200.72º 1% 0.55% -
XYZ 8.4 9.35 25.79 -
YUV 69.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 0 91 139 1 0.35 0 0.45 200.72 1 0.27
Hex 0 5B 8B 64 23 0 2D C9 64 1B
Octal 0 133 213 144 43 0 55 311 144 33
Binary 0 1011011 10001011 1100100 100011 0 101101 11001001 1100100 11011

Color Harmonies of #005B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B8B

Black with #005B8B

Text Example


Text Example

White with #005B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,91,139); }

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

background-color css

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

 a { background-color: rgb(0,91,139); }

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

border-color css

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

 span { border-color: rgb(0,91,139); }

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