Html Css Color HEX #015CBC Navy Blue

📋 copy color: '#015CBC'

red 1 ◦ green 92 ◦ blue 188

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

Shades of Navy Blue #015CBC

Tints of Navy Blue #015CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 0.36%
G = 32.74%
B = 66.9%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#015CBC (or 0x015CBC) is known color: Navy Blue. HEX triplet: 01, 5C and BC. RGB value is (1,92,188). Sum of RGB (Red+Green+Blue) = 1+92+188=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #015CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CBC is #FEA343. Grayscale: #4B4B4B. Windows color (decimal): -16687940 or 12344321. OLE color: 12344321.

HSL color Cylindrical-coordinate representation of color #015CBC: hue angle of 210.8º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CBC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 92 188 -
CMYK 0.99 0.51 0 0.26
HSL 210.8º 0.99% 0.37% -
HSV(B) 210.8º 0.99% 0.74% -
XYZ 12.92 11.29 49.08 -
YUV 75.74 191.35 74.69 -
System Red Green Blue C M Y K H S L
Decimal 1 92 188 0.99 0.51 0 0.26 210.8 0.99 0.37
Hex 1 5C BC 63 33 0 1A D3 63 25
Octal 1 134 274 143 63 0 32 323 143 45
Binary 1 1011100 10111100 1100011 110011 0 11010 11010011 1100011 100101

Color Harmonies of #015CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CBC

Black with #015CBC

Text Example


Text Example

White with #015CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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