Html Css Color HEX #004592 Dark Cerulean

📋 copy color: '#004592'

red 0 ◦ green 69 ◦ blue 146

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

Shades of Dark Cerulean #004592

Tints of Dark Cerulean #004592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 0%
G = 32.09%
B = 67.91%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004592 (or 0x004592) is known color: Dark Cerulean. HEX triplet: 00, 45 and 92. RGB value is (0,69,146). Sum of RGB (Red+Green+Blue) = 0+69+146=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #004592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004592 is #FFBA6D. Grayscale: #383838. Windows color (decimal): -16759406 or 9585920. OLE color: 9585920.

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

Color convert

RGB 0 69 146 -
CMYK 1 0.53 0 0.43
HSL 211.64º 1% 0.29% -
HSV(B) 211.64º 1% 0.57% -
XYZ 7.32 6.33 28.03 -
YUV 57.15 178.14 87.24 -
System Red Green Blue C M Y K H S L
Decimal 0 69 146 1 0.53 0 0.43 211.64 1 0.29
Hex 0 45 92 64 35 0 2B D4 64 1D
Octal 0 105 222 144 65 0 53 324 144 35
Binary 0 1000101 10010010 1100100 110101 0 101011 11010100 1100100 11101

Color Harmonies of #004592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004592

Black with #004592

Text Example


Text Example

White with #004592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004592; }

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

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

background-color css

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

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

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

border-color css

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

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

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