Html Css Color HEX #014BBE Cobalt

📋 copy color: '#014BBE'

red 1 ◦ green 75 ◦ blue 190

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

Shades of Cobalt #014BBE

Tints of Cobalt #014BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.43%

R = 0.38%
G = 28.2%
B = 71.43%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#014BBE (or 0x014BBE) is known color: Cobalt. HEX triplet: 01, 4B and BE. RGB value is (1,75,190). Sum of RGB (Red+Green+Blue) = 1+75+190=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #014BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BBE is #FEB441. Grayscale: #414141. Windows color (decimal): -16692290 or 12471041. OLE color: 12471041.

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

Color convert

RGB 1 75 190 -
CMYK 0.99 0.61 0 0.25
HSL 216.51º 0.99% 0.37% -
HSV(B) 216.51º 0.99% 0.75% -
XYZ 11.82 8.76 49.78 -
YUV 65.98 197.98 81.65 -
System Red Green Blue C M Y K H S L
Decimal 1 75 190 0.99 0.61 0 0.25 216.51 0.99 0.37
Hex 1 4B BE 63 3D 0 19 D9 63 25
Octal 1 113 276 143 75 0 31 331 143 45
Binary 1 1001011 10111110 1100011 111101 0 11001 11011001 1100011 100101

Color Harmonies of #014BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BBE

Black with #014BBE

Text Example


Text Example

White with #014BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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