Html Css Color HEX #014898 Cobalt

📋 copy color: '#014898'

red 1 ◦ green 72 ◦ blue 152

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

Shades of Cobalt #014898

Tints of Cobalt #014898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

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

R = 0.44%
G = 32%
B = 67.56%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#014898 (or 0x014898) is known color: Cobalt. HEX triplet: 01, 48 and 98. RGB value is (1,72,152). Sum of RGB (Red+Green+Blue) = 1+72+152=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #014898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014898 is #FEB767. Grayscale: #3B3B3B. Windows color (decimal): -16693096 or 9979905. OLE color: 9979905.

HSL color Cylindrical-coordinate representation of color #014898: hue angle of 211.79º 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 #014898 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 72 152 -
CMYK 0.99 0.53 0 0.40
HSL 211.79º 0.99% 0.3% -
HSV(B) 211.79º 0.99% 0.6% -
XYZ 8 6.91 30.62 -
YUV 59.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 1 72 152 0.99 0.53 0 0.40 211.79 0.99 0.3
Hex 1 48 98 63 35 0 28 D4 63 1E
Octal 1 110 230 143 65 0 50 324 143 36
Binary 1 1001000 10011000 1100011 110101 0 101000 11010100 1100011 11110

Color Harmonies of #014898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014898

Black with #014898

Text Example


Text Example

White with #014898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014898; }

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

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

background-color css

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

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

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

border-color css

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

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

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