Html Css Color HEX #015CC3 Navy Blue

📋 copy color: '#015CC3'

red 1 ◦ green 92 ◦ blue 195

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

Shades of Navy Blue #015CC3

Tints of Navy Blue #015CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 67.71%

R = 0.35%
G = 31.94%
B = 67.71%

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

#015CC3 (or 0x015CC3) is known color: Navy Blue. HEX triplet: 01, 5C and C3. RGB value is (1,92,195). Sum of RGB (Red+Green+Blue) = 1+92+195=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 195 (76.56% from 255 or 67.71% from 288); Max value from RGB is 195 - color contains mainly: blue. Hex color #015CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CC3 is #FEA33C. Grayscale: #4C4C4C. Windows color (decimal): -16687933 or 12803073. OLE color: 12803073.

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

Color convert

RGB 1 92 195 -
CMYK 0.99 0.53 0 0.24
HSL 211.86º 0.99% 0.38% -
HSV(B) 211.86º 0.99% 0.76% -
XYZ 13.69 11.6 53.15 -
YUV 76.53 194.85 74.12 -
System Red Green Blue C M Y K H S L
Decimal 1 92 195 0.99 0.53 0 0.24 211.86 0.99 0.38
Hex 1 5C C3 63 35 0 18 D4 63 26
Octal 1 134 303 143 65 0 30 324 143 46
Binary 1 1011100 11000011 1100011 110101 0 11000 11010100 1100011 100110

Color Harmonies of #015CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CC3

Black with #015CC3

Text Example


Text Example

White with #015CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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