Html Css Color HEX #014BA4 Cobalt

📋 copy color: '#014BA4'

red 1 ◦ green 75 ◦ blue 164

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

Shades of Cobalt #014BA4

Tints of Cobalt #014BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 68.33%

R = 0.42%
G = 31.25%
B = 68.33%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#014BA4 (or 0x014BA4) is known color: Cobalt. HEX triplet: 01, 4B and A4. RGB value is (1,75,164). Sum of RGB (Red+Green+Blue) = 1+75+164=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #014BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BA4 is #FEB45B. Grayscale: #3E3E3E. Windows color (decimal): -16692316 or 10767105. OLE color: 10767105.

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

Color convert

RGB 1 75 164 -
CMYK 0.99 0.54 0 0.36
HSL 212.76º 0.99% 0.32% -
HSV(B) 212.76º 0.99% 0.64% -
XYZ 9.23 7.72 36.13 -
YUV 63.02 184.98 83.76 -
System Red Green Blue C M Y K H S L
Decimal 1 75 164 0.99 0.54 0 0.36 212.76 0.99 0.32
Hex 1 4B A4 63 36 0 24 D5 63 20
Octal 1 113 244 143 66 0 44 325 143 40
Binary 1 1001011 10100100 1100011 110110 0 100100 11010101 1100011 100000

Color Harmonies of #014BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BA4

Black with #014BA4

Text Example


Text Example

White with #014BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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