Html Css Color HEX #005190 Dark Cerulean

📋 copy color: '#005190'

red 0 ◦ green 81 ◦ blue 144

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

Shades of Dark Cerulean #005190

Tints of Dark Cerulean #005190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

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

R = 0%
G = 36%
B = 64%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#005190 (or 0x005190) is known color: Dark Cerulean. HEX triplet: 00, 51 and 90. RGB value is (0,81,144). Sum of RGB (Red+Green+Blue) = 0+81+144=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #005190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005190 is #FFAE6F. Grayscale: #3F3F3F. Windows color (decimal): -16756336 or 9457920. OLE color: 9457920.

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

Color convert

RGB 0 81 144 -
CMYK 1 0.44 0 0.44
HSL 206.25º 1% 0.28% -
HSV(B) 206.25º 1% 0.56% -
XYZ 7.98 7.9 27.49 -
YUV 63.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 0 81 144 1 0.44 0 0.44 206.25 1 0.28
Hex 0 51 90 64 2C 0 2C CE 64 1C
Octal 0 121 220 144 54 0 54 316 144 34
Binary 0 1010001 10010000 1100100 101100 0 101100 11001110 1100100 11100

Color Harmonies of #005190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005190

Black with #005190

Text Example


Text Example

White with #005190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005190; }

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

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

background-color css

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

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

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

border-color css

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

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

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