Html Css Color HEX #015A98 Cobalt

📋 copy color: '#015A98'

red 1 ◦ green 90 ◦ blue 152

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

Shades of Cobalt #015A98

Tints of Cobalt #015A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

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

R = 0.41%
G = 37.04%
B = 62.55%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015A98 (or 0x015A98) is known color: Cobalt. HEX triplet: 01, 5A and 98. RGB value is (1,90,152). Sum of RGB (Red+Green+Blue) = 1+90+152=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #015A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A98 is #FEA567. Grayscale: #464646. Windows color (decimal): -16688488 or 9984513. OLE color: 9984513.

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

Color convert

RGB 1 90 152 -
CMYK 0.99 0.41 0 0.40
HSL 204.64º 0.99% 0.3% -
HSV(B) 204.64º 0.99% 0.6% -
XYZ 9.34 9.59 31.06 -
YUV 70.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 1 90 152 0.99 0.41 0 0.40 204.64 0.99 0.3
Hex 1 5A 98 63 29 0 28 CD 63 1E
Octal 1 132 230 143 51 0 50 315 143 36
Binary 1 1011010 10011000 1100011 101001 0 101000 11001101 1100011 11110

Color Harmonies of #015A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A98

Black with #015A98

Text Example


Text Example

White with #015A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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