Html Css Color HEX #015BAC Cobalt

📋 copy color: '#015BAC'

red 1 ◦ green 91 ◦ blue 172

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

Shades of Cobalt #015BAC

Tints of Cobalt #015BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.47%

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 0.38%
G = 34.47%
B = 65.15%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#015BAC (or 0x015BAC) is known color: Cobalt. HEX triplet: 01, 5B and AC. RGB value is (1,91,172). Sum of RGB (Red+Green+Blue) = 1+91+172=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #015BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BAC is #FEA453. Grayscale: #484848. Windows color (decimal): -16688212 or 11295489. OLE color: 11295489.

HSL color Cylindrical-coordinate representation of color #015BAC: hue angle of 208.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BAC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 91 172 -
CMYK 0.99 0.47 0 0.33
HSL 208.42º 0.99% 0.34% -
HSV(B) 208.42º 0.99% 0.67% -
XYZ 11.2 10.47 40.46 -
YUV 73.32 183.68 76.41 -
System Red Green Blue C M Y K H S L
Decimal 1 91 172 0.99 0.47 0 0.33 208.42 0.99 0.34
Hex 1 5B AC 63 2F 0 21 D0 63 22
Octal 1 133 254 143 57 0 41 320 143 42
Binary 1 1011011 10101100 1100011 101111 0 100001 11010000 1100011 100010

Color Harmonies of #015BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BAC

Black with #015BAC

Text Example


Text Example

White with #015BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,172); }

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

background-color css

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

 a { background-color: rgb(1,91,172); }

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

border-color css

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

 span { border-color: rgb(1,91,172); }

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