Html Css Color HEX #014EBF Cobalt

📋 copy color: '#014EBF'

red 1 ◦ green 78 ◦ blue 191

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

Shades of Cobalt #014EBF

Tints of Cobalt #014EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 0.37%
G = 28.89%
B = 70.74%

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

#014EBF (or 0x014EBF) is known color: Cobalt. HEX triplet: 01, 4E and BF. RGB value is (1,78,191). Sum of RGB (Red+Green+Blue) = 1+78+191=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #014EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EBF is #FEB140. Grayscale: #434343. Windows color (decimal): -16691521 or 12537345. OLE color: 12537345.

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

Color convert

RGB 1 78 191 -
CMYK 0.99 0.59 0 0.25
HSL 215.68º 0.99% 0.38% -
HSV(B) 215.68º 0.99% 0.75% -
XYZ 12.14 9.22 50.43 -
YUV 67.86 197.49 80.31 -
System Red Green Blue C M Y K H S L
Decimal 1 78 191 0.99 0.59 0 0.25 215.68 0.99 0.38
Hex 1 4E BF 63 3B 0 19 D8 63 26
Octal 1 116 277 143 73 0 31 330 143 46
Binary 1 1001110 10111111 1100011 111011 0 11001 11011000 1100011 100110

Color Harmonies of #014EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EBF

Black with #014EBF

Text Example


Text Example

White with #014EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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