Html Css Color HEX #004692 Dark Cerulean

📋 copy color: '#004692'

red 0 ◦ green 70 ◦ blue 146

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

Shades of Dark Cerulean #004692

Tints of Dark Cerulean #004692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 0%
G = 32.41%
B = 67.59%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004692 (or 0x004692) is known color: Dark Cerulean. HEX triplet: 00, 46 and 92. RGB value is (0,70,146). Sum of RGB (Red+Green+Blue) = 0+70+146=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #004692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004692 is #FFB96D. Grayscale: #393939. Windows color (decimal): -16759150 or 9586176. OLE color: 9586176.

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

Color convert

RGB 0 70 146 -
CMYK 1 0.52 0 0.43
HSL 211.23º 1% 0.29% -
HSV(B) 211.23º 1% 0.57% -
XYZ 7.38 6.46 28.05 -
YUV 57.73 177.81 86.82 -
System Red Green Blue C M Y K H S L
Decimal 0 70 146 1 0.52 0 0.43 211.23 1 0.29
Hex 0 46 92 64 34 0 2B D3 64 1D
Octal 0 106 222 144 64 0 53 323 144 35
Binary 0 1000110 10010010 1100100 110100 0 101011 11010011 1100100 11101

Color Harmonies of #004692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004692

Black with #004692

Text Example


Text Example

White with #004692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004692; }

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

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

background-color css

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

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

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

border-color css

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

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

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