Html Css Color HEX #005290 Dark Cerulean

📋 copy color: '#005290'

red 0 ◦ green 82 ◦ blue 144

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

Shades of Dark Cerulean #005290

Tints of Dark Cerulean #005290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 63.72%

R = 0%
G = 36.28%
B = 63.72%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#005290 (or 0x005290) is known color: Dark Cerulean. HEX triplet: 00, 52 and 90. RGB value is (0,82,144). Sum of RGB (Red+Green+Blue) = 0+82+144=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #005290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005290 is #FFAD6F. Grayscale: #404040. Windows color (decimal): -16756080 or 9458176. OLE color: 9458176.

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

Color convert

RGB 0 82 144 -
CMYK 1 0.43 0 0.44
HSL 205.83º 1% 0.28% -
HSV(B) 205.83º 1% 0.56% -
XYZ 8.05 8.05 27.51 -
YUV 64.55 172.83 81.96 -
System Red Green Blue C M Y K H S L
Decimal 0 82 144 1 0.43 0 0.44 205.83 1 0.28
Hex 0 52 90 64 2B 0 2C CE 64 1C
Octal 0 122 220 144 53 0 54 316 144 34
Binary 0 1010010 10010000 1100100 101011 0 101100 11001110 1100100 11100

Color Harmonies of #005290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005290

Black with #005290

Text Example


Text Example

White with #005290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005290; }

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

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

background-color css

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

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

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

border-color css

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

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

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