Html Css Color HEX #005289 Dark Cerulean

📋 copy color: '#005289'

red 0 ◦ green 82 ◦ blue 137

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

Shades of Dark Cerulean #005289

Tints of Dark Cerulean #005289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 0%
G = 37.44%
B = 62.56%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#005289 (or 0x005289) is known color: Dark Cerulean. HEX triplet: 00, 52 and 89. RGB value is (0,82,137). Sum of RGB (Red+Green+Blue) = 0+82+137=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #005289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005289 is #FFAD76. Grayscale: #3F3F3F. Windows color (decimal): -16756087 or 8999424. OLE color: 8999424.

HSL color Cylindrical-coordinate representation of color #005289: hue angle of 204.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005289 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 82 137 -
CMYK 1 0.40 0 0.46
HSL 204.09º 1% 0.27% -
HSV(B) 204.09º 1% 0.54% -
XYZ 7.53 7.84 24.78 -
YUV 63.75 169.33 82.53 -
System Red Green Blue C M Y K H S L
Decimal 0 82 137 1 0.40 0 0.46 204.09 1 0.27
Hex 0 52 89 64 28 0 2E CC 64 1B
Octal 0 122 211 144 50 0 56 314 144 33
Binary 0 1010010 10001001 1100100 101000 0 101110 11001100 1100100 11011

Color Harmonies of #005289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005289

Black with #005289

Text Example


Text Example

White with #005289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005289; }

 p { color: rgb(0,82,137); }

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

background-color css

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

 a { background-color: rgb(0,82,137); }

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

border-color css

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

 span { border-color: rgb(0,82,137); }

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