Html Css Color HEX #014BBD Cobalt

📋 copy color: '#014BBD'

red 1 ◦ green 75 ◦ blue 189

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

Shades of Cobalt #014BBD

Tints of Cobalt #014BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.32%

R = 0.38%
G = 28.3%
B = 71.32%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#014BBD (or 0x014BBD) is known color: Cobalt. HEX triplet: 01, 4B and BD. RGB value is (1,75,189). Sum of RGB (Red+Green+Blue) = 1+75+189=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #014BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BBD is #FEB442. Grayscale: #414141. Windows color (decimal): -16692291 or 12405505. OLE color: 12405505.

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

Color convert

RGB 1 75 189 -
CMYK 0.99 0.60 0 0.26
HSL 216.38º 0.99% 0.37% -
HSV(B) 216.38º 0.99% 0.74% -
XYZ 11.71 8.71 49.21 -
YUV 65.87 197.48 81.73 -
System Red Green Blue C M Y K H S L
Decimal 1 75 189 0.99 0.60 0 0.26 216.38 0.99 0.37
Hex 1 4B BD 63 3C 0 1A D8 63 25
Octal 1 113 275 143 74 0 32 330 143 45
Binary 1 1001011 10111101 1100011 111100 0 11010 11011000 1100011 100101

Color Harmonies of #014BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BBD

Black with #014BBD

Text Example


Text Example

White with #014BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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