Html Css Color HEX #005392 Dark Cerulean

📋 copy color: '#005392'

red 0 ◦ green 83 ◦ blue 146

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

Shades of Dark Cerulean #005392

Tints of Dark Cerulean #005392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 0%
G = 36.24%
B = 63.76%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005392 (or 0x005392) is known color: Dark Cerulean. HEX triplet: 00, 53 and 92. RGB value is (0,83,146). Sum of RGB (Red+Green+Blue) = 0+83+146=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #005392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005392 is #FFAC6D. Grayscale: #414141. Windows color (decimal): -16755822 or 9589504. OLE color: 9589504.

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

Color convert

RGB 0 83 146 -
CMYK 1 0.43 0 0.43
HSL 205.89º 1% 0.29% -
HSV(B) 205.89º 1% 0.57% -
XYZ 8.28 8.26 28.35 -
YUV 65.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 0 83 146 1 0.43 0 0.43 205.89 1 0.29
Hex 0 53 92 64 2B 0 2B CE 64 1D
Octal 0 123 222 144 53 0 53 316 144 35
Binary 0 1010011 10010010 1100100 101011 0 101011 11001110 1100100 11101

Color Harmonies of #005392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005392

Black with #005392

Text Example


Text Example

White with #005392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005392; }

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

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

background-color css

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

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

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

border-color css

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

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

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