Html Css Color HEX #005B94 Dark Cerulean

📋 copy color: '#005B94'

red 0 ◦ green 91 ◦ blue 148

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

Shades of Dark Cerulean #005B94

Tints of Dark Cerulean #005B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 0%
G = 38.08%
B = 61.92%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005B94 (or 0x005B94) is known color: Dark Cerulean. HEX triplet: 00, 5B and 94. RGB value is (0,91,148). Sum of RGB (Red+Green+Blue) = 0+91+148=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #005B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B94 is #FFA46B. Grayscale: #454545. Windows color (decimal): -16753772 or 9722624. OLE color: 9722624.

HSL color Cylindrical-coordinate representation of color #005B94: hue angle of 203.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B94 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 91 148 -
CMYK 1 0.39 0 0.42
HSL 203.11º 1% 0.29% -
HSV(B) 203.11º 1% 0.58% -
XYZ 9.09 9.62 29.39 -
YUV 70.29 171.85 77.87 -
System Red Green Blue C M Y K H S L
Decimal 0 91 148 1 0.39 0 0.42 203.11 1 0.29
Hex 0 5B 94 64 27 0 2A CB 64 1D
Octal 0 133 224 144 47 0 52 313 144 35
Binary 0 1011011 10010100 1100100 100111 0 101010 11001011 1100100 11101

Color Harmonies of #005B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B94

Black with #005B94

Text Example


Text Example

White with #005B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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