Html Css Color HEX #014290 Dark Cerulean

📋 copy color: '#014290'

red 1 ◦ green 66 ◦ blue 144

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

Shades of Dark Cerulean #014290

Tints of Dark Cerulean #014290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 0.47%
G = 31.28%
B = 68.25%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014290 (or 0x014290) is known color: Dark Cerulean. HEX triplet: 01, 42 and 90. RGB value is (1,66,144). Sum of RGB (Red+Green+Blue) = 1+66+144=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #014290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014290 is #FEBD6F. Grayscale: #373737. Windows color (decimal): -16694640 or 9454081. OLE color: 9454081.

HSL color Cylindrical-coordinate representation of color #014290: hue angle of 212.73º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014290 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 66 144 -
CMYK 0.99 0.54 0 0.44
HSL 212.73º 0.99% 0.28% -
HSV(B) 212.73º 0.99% 0.56% -
XYZ 6.99 5.92 27.16 -
YUV 55.46 177.97 89.16 -
System Red Green Blue C M Y K H S L
Decimal 1 66 144 0.99 0.54 0 0.44 212.73 0.99 0.28
Hex 1 42 90 63 36 0 2C D5 63 1C
Octal 1 102 220 143 66 0 54 325 143 34
Binary 1 1000010 10010000 1100011 110110 0 101100 11010101 1100011 11100

Color Harmonies of #014290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014290

Black with #014290

Text Example


Text Example

White with #014290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014290; }

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

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

background-color css

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

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

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

border-color css

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

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

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