Html Css Color HEX #014274 Dark Cerulean

📋 copy color: '#014274'

red 1 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #014274

Tints of Dark Cerulean #014274

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

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

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

R = 0.55%
G = 36.07%
B = 63.39%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014274 (or 0x014274) is known color: Dark Cerulean. HEX triplet: 01, 42 and 74. RGB value is (1,66,116). Sum of RGB (Red+Green+Blue) = 1+66+116=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #014274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014274 is #FEBD8B. Grayscale: #333333. Windows color (decimal): -16694668 or 7619073. OLE color: 7619073.

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

Color convert

RGB 1 66 116 -
CMYK 0.99 0.43 0 0.55
HSL 206.09º 0.98% 0.23% -
HSV(B) 206.09º 0.99% 0.45% -
XYZ 5.11 5.16 17.25 -
YUV 52.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 1 66 116 0.99 0.43 0 0.55 206.09 0.98 0.23
Hex 1 42 74 63 2B 0 37 CE 62 17
Octal 1 102 164 143 53 0 67 316 142 27
Binary 1 1000010 1110100 1100011 101011 0 110111 11001110 1100010 10111

Color Harmonies of #014274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014274

Black with #014274

Text Example


Text Example

White with #014274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014274; }

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

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

background-color css

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

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

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

border-color css

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

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

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