Html Css Color HEX #014B9D Cobalt

📋 copy color: '#014B9D'

red 1 ◦ green 75 ◦ blue 157

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

Shades of Cobalt #014B9D

Tints of Cobalt #014B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.38%

R = 0.43%
G = 32.19%
B = 67.38%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#014B9D (or 0x014B9D) is known color: Cobalt. HEX triplet: 01, 4B and 9D. RGB value is (1,75,157). Sum of RGB (Red+Green+Blue) = 1+75+157=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #014B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014B9D is #FEB462. Grayscale: #3D3D3D. Windows color (decimal): -16692323 or 10308353. OLE color: 10308353.

HSL color Cylindrical-coordinate representation of color #014B9D: hue angle of 211.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B9D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 75 157 -
CMYK 0.99 0.52 0 0.38
HSL 211.54º 0.99% 0.31% -
HSV(B) 211.54º 0.99% 0.62% -
XYZ 8.61 7.47 32.89 -
YUV 62.22 181.48 84.33 -
System Red Green Blue C M Y K H S L
Decimal 1 75 157 0.99 0.52 0 0.38 211.54 0.99 0.31
Hex 1 4B 9D 63 34 0 26 D4 63 1F
Octal 1 113 235 143 64 0 46 324 143 37
Binary 1 1001011 10011101 1100011 110100 0 100110 11010100 1100011 11111

Color Harmonies of #014B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B9D

Black with #014B9D

Text Example


Text Example

White with #014B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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