Html Css Color HEX #004273 Dark Cerulean

📋 copy color: '#004273'

red 0 ◦ green 66 ◦ blue 115

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

Shades of Dark Cerulean #004273

Tints of Dark Cerulean #004273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

 BLUE value IS 115 (45.31% from 255) = 63.54%

R = 0%
G = 36.46%
B = 63.54%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004273 (or 0x004273) is known color: Dark Cerulean. HEX triplet: 00, 42 and 73. RGB value is (0,66,115). Sum of RGB (Red+Green+Blue) = 0+66+115=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #004273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004273 is #FFBD8C. Grayscale: #333333. Windows color (decimal): -16760205 or 7553536. OLE color: 7553536.

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

Color convert

RGB 0 66 115 -
CMYK 1 0.43 0 0.55
HSL 205.57º 1% 0.23% -
HSV(B) 205.57º 1% 0.45% -
XYZ 5.04 5.13 16.94 -
YUV 51.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 0 66 115 1 0.43 0 0.55 205.57 1 0.23
Hex 0 42 73 64 2B 0 37 CE 64 17
Octal 0 102 163 144 53 0 67 316 144 27
Binary 0 1000010 1110011 1100100 101011 0 110111 11001110 1100100 10111

Color Harmonies of #004273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004273

Black with #004273

Text Example


Text Example

White with #004273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004273; }

 p { color: rgb(0,66,115); }

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

background-color css

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

 a { background-color: rgb(0,66,115); }

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

border-color css

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

 span { border-color: rgb(0,66,115); }

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