Html Css Color HEX #015498 Cobalt

📋 copy color: '#015498'

red 1 ◦ green 84 ◦ blue 152

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

Shades of Cobalt #015498

Tints of Cobalt #015498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

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

R = 0.42%
G = 35.44%
B = 64.14%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015498 (or 0x015498) is known color: Cobalt. HEX triplet: 01, 54 and 98. RGB value is (1,84,152). Sum of RGB (Red+Green+Blue) = 1+84+152=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #015498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015498 is #FEAB67. Grayscale: #424242. Windows color (decimal): -16690024 or 9982977. OLE color: 9982977.

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

Color convert

RGB 1 84 152 -
CMYK 0.99 0.45 0 0.40
HSL 207.02º 0.99% 0.3% -
HSV(B) 207.02º 0.99% 0.6% -
XYZ 8.85 8.61 30.9 -
YUV 66.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 1 84 152 0.99 0.45 0 0.40 207.02 0.99 0.3
Hex 1 54 98 63 2D 0 28 CF 63 1E
Octal 1 124 230 143 55 0 50 317 143 36
Binary 1 1010100 10011000 1100011 101101 0 101000 11001111 1100011 11110

Color Harmonies of #015498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015498

Black with #015498

Text Example


Text Example

White with #015498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015498; }

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

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

background-color css

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

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

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

border-color css

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

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

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