Html Css Color HEX #014EBE Cobalt

📋 copy color: '#014EBE'

red 1 ◦ green 78 ◦ blue 190

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

Shades of Cobalt #014EBE

Tints of Cobalt #014EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 190 (74.61% from 255) = 70.63%

R = 0.37%
G = 29%
B = 70.63%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#014EBE (or 0x014EBE) is known color: Cobalt. HEX triplet: 01, 4E and BE. RGB value is (1,78,190). Sum of RGB (Red+Green+Blue) = 1+78+190=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #014EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EBE is #FEB141. Grayscale: #434343. Windows color (decimal): -16691522 or 12471809. OLE color: 12471809.

HSL color Cylindrical-coordinate representation of color #014EBE: hue angle of 215.56º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EBE is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 78 190 -
CMYK 0.99 0.59 0 0.25
HSL 215.56º 0.99% 0.37% -
HSV(B) 215.56º 0.99% 0.75% -
XYZ 12.03 9.17 49.85 -
YUV 67.75 196.99 80.39 -
System Red Green Blue C M Y K H S L
Decimal 1 78 190 0.99 0.59 0 0.25 215.56 0.99 0.37
Hex 1 4E BE 63 3B 0 19 D8 63 25
Octal 1 116 276 143 73 0 31 330 143 45
Binary 1 1001110 10111110 1100011 111011 0 11001 11011000 1100011 100101

Color Harmonies of #014EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EBE

Black with #014EBE

Text Example


Text Example

White with #014EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,78,190); }

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

background-color css

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

 a { background-color: rgb(1,78,190); }

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

border-color css

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

 span { border-color: rgb(1,78,190); }

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