Html Css Color HEX #015098 Cobalt

📋 copy color: '#015098'

red 1 ◦ green 80 ◦ blue 152

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

Shades of Cobalt #015098

Tints of Cobalt #015098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 0.43%
G = 34.33%
B = 65.24%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015098 (or 0x015098) is known color: Cobalt. HEX triplet: 01, 50 and 98. RGB value is (1,80,152). Sum of RGB (Red+Green+Blue) = 1+80+152=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #015098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015098 is #FEAF67. Grayscale: #404040. Windows color (decimal): -16691048 or 9981953. OLE color: 9981953.

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

Color convert

RGB 1 80 152 -
CMYK 0.99 0.47 0 0.40
HSL 208.61º 0.99% 0.3% -
HSV(B) 208.61º 0.99% 0.6% -
XYZ 8.55 8.01 30.8 -
YUV 64.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 1 80 152 0.99 0.47 0 0.40 208.61 0.99 0.3
Hex 1 50 98 63 2F 0 28 D1 63 1E
Octal 1 120 230 143 57 0 50 321 143 36
Binary 1 1010000 10011000 1100011 101111 0 101000 11010001 1100011 11110

Color Harmonies of #015098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015098

Black with #015098

Text Example


Text Example

White with #015098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015098; }

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

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

background-color css

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

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

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

border-color css

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

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

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