Html Css Color HEX #014F90 Dark Cerulean

📋 copy color: '#014F90'

red 1 ◦ green 79 ◦ blue 144

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

Shades of Dark Cerulean #014F90

Tints of Dark Cerulean #014F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

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

R = 0.45%
G = 35.27%
B = 64.29%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014F90 (or 0x014F90) is known color: Dark Cerulean. HEX triplet: 01, 4F and 90. RGB value is (1,79,144). Sum of RGB (Red+Green+Blue) = 1+79+144=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #014F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F90 is #FEB06F. Grayscale: #3E3E3E. Windows color (decimal): -16691312 or 9457409. OLE color: 9457409.

HSL color Cylindrical-coordinate representation of color #014F90: hue angle of 207.27º 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 #014F90 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 79 144 -
CMYK 0.99 0.45 0 0.44
HSL 207.27º 0.99% 0.28% -
HSV(B) 207.27º 0.99% 0.56% -
XYZ 7.84 7.61 27.44 -
YUV 63.09 173.66 83.71 -
System Red Green Blue C M Y K H S L
Decimal 1 79 144 0.99 0.45 0 0.44 207.27 0.99 0.28
Hex 1 4F 90 63 2D 0 2C CF 63 1C
Octal 1 117 220 143 55 0 54 317 143 34
Binary 1 1001111 10010000 1100011 101101 0 101100 11001111 1100011 11100

Color Harmonies of #014F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F90

Black with #014F90

Text Example


Text Example

White with #014F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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