Html Css Color HEX #014BBB Cobalt

📋 copy color: '#014BBB'

red 1 ◦ green 75 ◦ blue 187

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

Shades of Cobalt #014BBB

Tints of Cobalt #014BBB

RGB

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

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

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

R = 0.38%
G = 28.52%
B = 71.1%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#014BBB (or 0x014BBB) is known color: Cobalt. HEX triplet: 01, 4B and BB. RGB value is (1,75,187). Sum of RGB (Red+Green+Blue) = 1+75+187=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #014BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BBB is #FEB444. Grayscale: #414141. Windows color (decimal): -16692293 or 12274433. OLE color: 12274433.

HSL color Cylindrical-coordinate representation of color #014BBB: hue angle of 216.13º 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 #014BBB is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 75 187 -
CMYK 0.99 0.60 0 0.27
HSL 216.13º 0.99% 0.37% -
HSV(B) 216.13º 0.99% 0.73% -
XYZ 11.5 8.63 48.07 -
YUV 65.64 196.48 81.89 -
System Red Green Blue C M Y K H S L
Decimal 1 75 187 0.99 0.60 0 0.27 216.13 0.99 0.37
Hex 1 4B BB 63 3C 0 1B D8 63 25
Octal 1 113 273 143 74 0 33 330 143 45
Binary 1 1001011 10111011 1100011 111100 0 11011 11011000 1100011 100101

Color Harmonies of #014BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BBB

Black with #014BBB

Text Example


Text Example

White with #014BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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