Html Css Color HEX #014C94 Dark Cerulean

📋 copy color: '#014C94'

red 1 ◦ green 76 ◦ blue 148

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

Shades of Dark Cerulean #014C94

Tints of Dark Cerulean #014C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

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

R = 0.44%
G = 33.78%
B = 65.78%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014C94 (or 0x014C94) is known color: Dark Cerulean. HEX triplet: 01, 4C and 94. RGB value is (1,76,148). Sum of RGB (Red+Green+Blue) = 1+76+148=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #014C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C94 is #FEB36B. Grayscale: #3D3D3D. Windows color (decimal): -16692076 or 9718785. OLE color: 9718785.

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

Color convert

RGB 1 76 148 -
CMYK 0.99 0.49 0 0.42
HSL 209.39º 0.99% 0.29% -
HSV(B) 209.39º 0.99% 0.58% -
XYZ 7.94 7.31 29.01 -
YUV 61.78 176.65 84.65 -
System Red Green Blue C M Y K H S L
Decimal 1 76 148 0.99 0.49 0 0.42 209.39 0.99 0.29
Hex 1 4C 94 63 31 0 2A D1 63 1D
Octal 1 114 224 143 61 0 52 321 143 35
Binary 1 1001100 10010100 1100011 110001 0 101010 11010001 1100011 11101

Color Harmonies of #014C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C94

Black with #014C94

Text Example


Text Example

White with #014C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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