Html Css Color HEX #004274 Dark Cerulean

📋 copy color: '#004274'

red 0 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #004274

Tints of Dark Cerulean #004274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.74%

R = 0%
G = 36.26%
B = 63.74%

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

#004274 (or 0x004274) is known color: Dark Cerulean. HEX triplet: 00, 42 and 74. RGB value is (0,66,116). Sum of RGB (Red+Green+Blue) = 0+66+116=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #004274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004274 is #FFBD8B. Grayscale: #333333. Windows color (decimal): -16760204 or 7619072. OLE color: 7619072.

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

Color convert

RGB 0 66 116 -
CMYK 1 0.43 0 0.55
HSL 205.86º 1% 0.23% -
HSV(B) 205.86º 1% 0.45% -
XYZ 5.1 5.16 17.25 -
YUV 51.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 0 66 116 1 0.43 0 0.55 205.86 1 0.23
Hex 0 42 74 64 2B 0 37 CE 64 17
Octal 0 102 164 144 53 0 67 316 144 27
Binary 0 1000010 1110100 1100100 101011 0 110111 11001110 1100100 10111

Color Harmonies of #004274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004274

Black with #004274

Text Example


Text Example

White with #004274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004274; }

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

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

background-color css

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

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

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

border-color css

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

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

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