Html Css Color HEX #005594 Dark Cerulean

📋 copy color: '#005594'

red 0 ◦ green 85 ◦ blue 148

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

Shades of Dark Cerulean #005594

Tints of Dark Cerulean #005594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

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

R = 0%
G = 36.48%
B = 63.52%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005594 (or 0x005594) is known color: Dark Cerulean. HEX triplet: 00, 55 and 94. RGB value is (0,85,148). Sum of RGB (Red+Green+Blue) = 0+85+148=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #005594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005594 is #FFAA6B. Grayscale: #424242. Windows color (decimal): -16755308 or 9721088. OLE color: 9721088.

HSL color Cylindrical-coordinate representation of color #005594: hue angle of 205.54º 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 #005594 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 85 148 -
CMYK 1 0.43 0 0.42
HSL 205.54º 1% 0.29% -
HSV(B) 205.54º 1% 0.58% -
XYZ 8.59 8.64 29.23 -
YUV 66.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 0 85 148 1 0.43 0 0.42 205.54 1 0.29
Hex 0 55 94 64 2B 0 2A CE 64 1D
Octal 0 125 224 144 53 0 52 316 144 35
Binary 0 1010101 10010100 1100100 101011 0 101010 11001110 1100100 11101

Color Harmonies of #005594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005594

Black with #005594

Text Example


Text Example

White with #005594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005594; }

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

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

background-color css

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

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

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

border-color css

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

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

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