Html Css Color HEX #014BAE Cobalt

📋 copy color: '#014BAE'

red 1 ◦ green 75 ◦ blue 174

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

Shades of Cobalt #014BAE

Tints of Cobalt #014BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30%

 BLUE value IS 174 (68.36% from 255) = 69.6%

R = 0.4%
G = 30%
B = 69.6%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#014BAE (or 0x014BAE) is known color: Cobalt. HEX triplet: 01, 4B and AE. RGB value is (1,75,174). Sum of RGB (Red+Green+Blue) = 1+75+174=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #014BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BAE is #FEB451. Grayscale: #3F3F3F. Windows color (decimal): -16692306 or 11422465. OLE color: 11422465.

HSL color Cylindrical-coordinate representation of color #014BAE: hue angle of 214.34º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BAE is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 75 174 -
CMYK 0.99 0.57 0 0.32
HSL 214.34º 0.99% 0.34% -
HSV(B) 214.34º 0.99% 0.68% -
XYZ 10.17 8.09 41.07 -
YUV 64.16 189.98 82.95 -
System Red Green Blue C M Y K H S L
Decimal 1 75 174 0.99 0.57 0 0.32 214.34 0.99 0.34
Hex 1 4B AE 63 39 0 20 D6 63 22
Octal 1 113 256 143 71 0 40 326 143 42
Binary 1 1001011 10101110 1100011 111001 0 100000 11010110 1100011 100010

Color Harmonies of #014BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BAE

Black with #014BAE

Text Example


Text Example

White with #014BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,75,174); }

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

background-color css

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

 a { background-color: rgb(1,75,174); }

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

border-color css

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

 span { border-color: rgb(1,75,174); }

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