Html Css Color HEX #015698 Cobalt

📋 copy color: '#015698'

red 1 ◦ green 86 ◦ blue 152

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

Shades of Cobalt #015698

Tints of Cobalt #015698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

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

R = 0.42%
G = 35.98%
B = 63.6%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015698 (or 0x015698) is known color: Cobalt. HEX triplet: 01, 56 and 98. RGB value is (1,86,152). Sum of RGB (Red+Green+Blue) = 1+86+152=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #015698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015698 is #FEA967. Grayscale: #434343. Windows color (decimal): -16689512 or 9983489. OLE color: 9983489.

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

Color convert

RGB 1 86 152 -
CMYK 0.99 0.43 0 0.40
HSL 206.23º 0.99% 0.3% -
HSV(B) 206.23º 0.99% 0.6% -
XYZ 9.01 8.93 30.95 -
YUV 68.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 1 86 152 0.99 0.43 0 0.40 206.23 0.99 0.3
Hex 1 56 98 63 2B 0 28 CE 63 1E
Octal 1 126 230 143 53 0 50 316 143 36
Binary 1 1010110 10011000 1100011 101011 0 101000 11001110 1100011 11110

Color Harmonies of #015698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015698

Black with #015698

Text Example


Text Example

White with #015698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015698; }

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

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

background-color css

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

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

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

border-color css

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

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

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