Html Css Color HEX #015CC2 Navy Blue

📋 copy color: '#015CC2'

red 1 ◦ green 92 ◦ blue 194

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

Shades of Navy Blue #015CC2

Tints of Navy Blue #015CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 67.6%

R = 0.35%
G = 32.06%
B = 67.6%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#015CC2 (or 0x015CC2) is known color: Navy Blue. HEX triplet: 01, 5C and C2. RGB value is (1,92,194). Sum of RGB (Red+Green+Blue) = 1+92+194=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #015CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CC2 is #FEA33D. Grayscale: #4B4B4B. Windows color (decimal): -16687934 or 12737537. OLE color: 12737537.

HSL color Cylindrical-coordinate representation of color #015CC2: hue angle of 211.71º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CC2 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 92 194 -
CMYK 0.99 0.53 0 0.24
HSL 211.71º 0.99% 0.38% -
HSV(B) 211.71º 0.99% 0.76% -
XYZ 13.58 11.56 52.55 -
YUV 76.42 194.35 74.21 -
System Red Green Blue C M Y K H S L
Decimal 1 92 194 0.99 0.53 0 0.24 211.71 0.99 0.38
Hex 1 5C C2 63 35 0 18 D4 63 26
Octal 1 134 302 143 65 0 30 324 143 46
Binary 1 1011100 11000010 1100011 110101 0 11000 11010100 1100011 100110

Color Harmonies of #015CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CC2

Black with #015CC2

Text Example


Text Example

White with #015CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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