Html Css Color HEX #014C8A Dark Cerulean

📋 copy color: '#014C8A'

red 1 ◦ green 76 ◦ blue 138

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

Shades of Dark Cerulean #014C8A

Tints of Dark Cerulean #014C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.19%

R = 0.47%
G = 35.35%
B = 64.19%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#014C8A (or 0x014C8A) is known color: Dark Cerulean. HEX triplet: 01, 4C and 8A. RGB value is (1,76,138). Sum of RGB (Red+Green+Blue) = 1+76+138=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #014C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C8A is #FEB375. Grayscale: #3C3C3C. Windows color (decimal): -16692086 or 9063425. OLE color: 9063425.

HSL color Cylindrical-coordinate representation of color #014C8A: hue angle of 207.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C8A is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 76 138 -
CMYK 0.99 0.45 0 0.46
HSL 207.15º 0.99% 0.27% -
HSV(B) 207.15º 0.99% 0.54% -
XYZ 7.18 7.01 25.02 -
YUV 60.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 1 76 138 0.99 0.45 0 0.46 207.15 0.99 0.27
Hex 1 4C 8A 63 2D 0 2E CF 63 1B
Octal 1 114 212 143 55 0 56 317 143 33
Binary 1 1001100 10001010 1100011 101101 0 101110 11001111 1100011 11011

Color Harmonies of #014C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C8A

Black with #014C8A

Text Example


Text Example

White with #014C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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