Html Css Color HEX #015CAA Cobalt

📋 copy color: '#015CAA'

red 1 ◦ green 92 ◦ blue 170

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

Shades of Cobalt #015CAA

Tints of Cobalt #015CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.64%

R = 0.38%
G = 34.98%
B = 64.64%

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

#015CAA (or 0x015CAA) is known color: Cobalt. HEX triplet: 01, 5C and AA. RGB value is (1,92,170). Sum of RGB (Red+Green+Blue) = 1+92+170=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #015CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CAA is #FEA355. Grayscale: #494949. Windows color (decimal): -16687958 or 11164673. OLE color: 11164673.

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

Color convert

RGB 1 92 170 -
CMYK 0.99 0.46 0 0.33
HSL 207.69º 0.99% 0.34% -
HSV(B) 207.69º 0.99% 0.67% -
XYZ 11.1 10.56 39.48 -
YUV 73.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 1 92 170 0.99 0.46 0 0.33 207.69 0.99 0.34
Hex 1 5C AA 63 2E 0 21 D0 63 22
Octal 1 134 252 143 56 0 41 320 143 42
Binary 1 1011100 10101010 1100011 101110 0 100001 11010000 1100011 100010

Color Harmonies of #015CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CAA

Black with #015CAA

Text Example


Text Example

White with #015CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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