Html Css Color HEX #015CAB Cobalt

📋 copy color: '#015CAB'

red 1 ◦ green 92 ◦ blue 171

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

Shades of Cobalt #015CAB

Tints of Cobalt #015CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 171 (67.19% from 255) = 64.77%

R = 0.38%
G = 34.85%
B = 64.77%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#015CAB (or 0x015CAB) is known color: Cobalt. HEX triplet: 01, 5C and AB. RGB value is (1,92,171). Sum of RGB (Red+Green+Blue) = 1+92+171=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #015CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CAB is #FEA354. Grayscale: #494949. Windows color (decimal): -16687957 or 11230209. OLE color: 11230209.

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

Color convert

RGB 1 92 171 -
CMYK 0.99 0.46 0 0.33
HSL 207.88º 0.99% 0.34% -
HSV(B) 207.88º 0.99% 0.67% -
XYZ 11.19 10.6 39.98 -
YUV 73.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 1 92 171 0.99 0.46 0 0.33 207.88 0.99 0.34
Hex 1 5C AB 63 2E 0 21 D0 63 22
Octal 1 134 253 143 56 0 41 320 143 42
Binary 1 1011100 10101011 1100011 101110 0 100001 11010000 1100011 100010

Color Harmonies of #015CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CAB

Black with #015CAB

Text Example


Text Example

White with #015CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,92,171); }

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

background-color css

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

 a { background-color: rgb(1,92,171); }

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

border-color css

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

 span { border-color: rgb(1,92,171); }

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