Html Css Color HEX #014F93 Dark Cerulean

📋 copy color: '#014F93'

red 1 ◦ green 79 ◦ blue 147

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

Shades of Dark Cerulean #014F93

Tints of Dark Cerulean #014F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 0.44%
G = 34.8%
B = 64.76%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014F93 (or 0x014F93) is known color: Dark Cerulean. HEX triplet: 01, 4F and 93. RGB value is (1,79,147). Sum of RGB (Red+Green+Blue) = 1+79+147=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #014F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F93 is #FEB06C. Grayscale: #3F3F3F. Windows color (decimal): -16691309 or 9654017. OLE color: 9654017.

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

Color convert

RGB 1 79 147 -
CMYK 0.99 0.46 0 0.42
HSL 207.95º 0.99% 0.29% -
HSV(B) 207.95º 0.99% 0.58% -
XYZ 8.07 7.71 28.67 -
YUV 63.43 175.16 83.47 -
System Red Green Blue C M Y K H S L
Decimal 1 79 147 0.99 0.46 0 0.42 207.95 0.99 0.29
Hex 1 4F 93 63 2E 0 2A D0 63 1D
Octal 1 117 223 143 56 0 52 320 143 35
Binary 1 1001111 10010011 1100011 101110 0 101010 11010000 1100011 11101

Color Harmonies of #014F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F93

Black with #014F93

Text Example


Text Example

White with #014F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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