Html Css Color HEX #014CBB Cobalt

📋 copy color: '#014CBB'

red 1 ◦ green 76 ◦ blue 187

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

Shades of Cobalt #014CBB

Tints of Cobalt #014CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.83%

R = 0.38%
G = 28.79%
B = 70.83%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#014CBB (or 0x014CBB) is known color: Cobalt. HEX triplet: 01, 4C and BB. RGB value is (1,76,187). Sum of RGB (Red+Green+Blue) = 1+76+187=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #014CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CBB is #FEB344. Grayscale: #414141. Windows color (decimal): -16692037 or 12274689. OLE color: 12274689.

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

Color convert

RGB 1 76 187 -
CMYK 0.99 0.59 0 0.27
HSL 215.81º 0.99% 0.37% -
HSV(B) 215.81º 0.99% 0.73% -
XYZ 11.57 8.76 48.1 -
YUV 66.23 196.15 81.47 -
System Red Green Blue C M Y K H S L
Decimal 1 76 187 0.99 0.59 0 0.27 215.81 0.99 0.37
Hex 1 4C BB 63 3B 0 1B D8 63 25
Octal 1 114 273 143 73 0 33 330 143 45
Binary 1 1001100 10111011 1100011 111011 0 11011 11011000 1100011 100101

Color Harmonies of #014CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CBB

Black with #014CBB

Text Example


Text Example

White with #014CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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