Html Css Color HEX #005394 Dark Cerulean

📋 copy color: '#005394'

red 0 ◦ green 83 ◦ blue 148

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

Shades of Dark Cerulean #005394

Tints of Dark Cerulean #005394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 0%
G = 35.93%
B = 64.07%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005394 (or 0x005394) is known color: Dark Cerulean. HEX triplet: 00, 53 and 94. RGB value is (0,83,148). Sum of RGB (Red+Green+Blue) = 0+83+148=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #005394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005394 is #FFAC6B. Grayscale: #414141. Windows color (decimal): -16755820 or 9720576. OLE color: 9720576.

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

Color convert

RGB 0 83 148 -
CMYK 1 0.44 0 0.42
HSL 206.35º 1% 0.29% -
HSV(B) 206.35º 1% 0.58% -
XYZ 8.44 8.32 29.18 -
YUV 65.59 174.5 81.21 -
System Red Green Blue C M Y K H S L
Decimal 0 83 148 1 0.44 0 0.42 206.35 1 0.29
Hex 0 53 94 64 2C 0 2A CE 64 1D
Octal 0 123 224 144 54 0 52 316 144 35
Binary 0 1010011 10010100 1100100 101100 0 101010 11001110 1100100 11101

Color Harmonies of #005394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005394

Black with #005394

Text Example


Text Example

White with #005394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005394; }

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

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

background-color css

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

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

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

border-color css

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

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

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