Html Css Color HEX #015CBE Navy Blue

📋 copy color: '#015CBE'

red 1 ◦ green 92 ◦ blue 190

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

Shades of Navy Blue #015CBE

Tints of Navy Blue #015CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.14%

R = 0.35%
G = 32.51%
B = 67.14%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#015CBE (or 0x015CBE) is known color: Navy Blue. HEX triplet: 01, 5C and BE. RGB value is (1,92,190). Sum of RGB (Red+Green+Blue) = 1+92+190=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #015CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CBE is #FEA341. Grayscale: #4B4B4B. Windows color (decimal): -16687938 or 12475393. OLE color: 12475393.

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

Color convert

RGB 1 92 190 -
CMYK 0.99 0.52 0 0.25
HSL 211.11º 0.99% 0.37% -
HSV(B) 211.11º 0.99% 0.75% -
XYZ 13.13 11.38 50.22 -
YUV 75.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 1 92 190 0.99 0.52 0 0.25 211.11 0.99 0.37
Hex 1 5C BE 63 34 0 19 D3 63 25
Octal 1 134 276 143 64 0 31 323 143 45
Binary 1 1011100 10111110 1100011 110100 0 11001 11010011 1100011 100101

Color Harmonies of #015CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CBE

Black with #015CBE

Text Example


Text Example

White with #015CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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