Html Css Color HEX #014F98 Cobalt

📋 copy color: '#014F98'

red 1 ◦ green 79 ◦ blue 152

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

Shades of Cobalt #014F98

Tints of Cobalt #014F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.05%

 BLUE value IS 152 (59.77% from 255) = 65.52%

R = 0.43%
G = 34.05%
B = 65.52%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#014F98 (or 0x014F98) is known color: Cobalt. HEX triplet: 01, 4F and 98. RGB value is (1,79,152). Sum of RGB (Red+Green+Blue) = 1+79+152=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #014F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F98 is #FEB067. Grayscale: #3F3F3F. Windows color (decimal): -16691304 or 9981697. OLE color: 9981697.

HSL color Cylindrical-coordinate representation of color #014F98: hue angle of 209.01º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F98 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 79 152 -
CMYK 0.99 0.48 0 0.40
HSL 209.01º 0.99% 0.3% -
HSV(B) 209.01º 0.99% 0.6% -
XYZ 8.48 7.87 30.78 -
YUV 64 177.66 83.06 -
System Red Green Blue C M Y K H S L
Decimal 1 79 152 0.99 0.48 0 0.40 209.01 0.99 0.3
Hex 1 4F 98 63 30 0 28 D1 63 1E
Octal 1 117 230 143 60 0 50 321 143 36
Binary 1 1001111 10011000 1100011 110000 0 101000 11010001 1100011 11110

Color Harmonies of #014F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F98

Black with #014F98

Text Example


Text Example

White with #014F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,152); }

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

background-color css

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

 a { background-color: rgb(1,79,152); }

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

border-color css

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

 span { border-color: rgb(1,79,152); }

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