Html Css Color HEX #014F94 Dark Cerulean

📋 copy color: '#014F94'

red 1 ◦ green 79 ◦ blue 148

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

Shades of Dark Cerulean #014F94

Tints of Dark Cerulean #014F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.91%

R = 0.44%
G = 34.65%
B = 64.91%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014F94 (or 0x014F94) is known color: Dark Cerulean. HEX triplet: 01, 4F and 94. RGB value is (1,79,148). Sum of RGB (Red+Green+Blue) = 1+79+148=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #014F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F94 is #FEB06B. Grayscale: #3F3F3F. Windows color (decimal): -16691308 or 9719553. OLE color: 9719553.

HSL color Cylindrical-coordinate representation of color #014F94: hue angle of 208.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F94 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 79 148 -
CMYK 0.99 0.47 0 0.42
HSL 208.16º 0.99% 0.29% -
HSV(B) 208.16º 0.99% 0.58% -
XYZ 8.15 7.74 29.08 -
YUV 63.54 175.66 83.39 -
System Red Green Blue C M Y K H S L
Decimal 1 79 148 0.99 0.47 0 0.42 208.16 0.99 0.29
Hex 1 4F 94 63 2F 0 2A D0 63 1D
Octal 1 117 224 143 57 0 52 320 143 35
Binary 1 1001111 10010100 1100011 101111 0 101010 11010000 1100011 11101

Color Harmonies of #014F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F94

Black with #014F94

Text Example


Text Example

White with #014F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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