Html Css Color HEX #015CDA Navy Blue

📋 copy color: '#015CDA'

red 1 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #015CDA

Tints of Navy Blue #015CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.1%

R = 0.32%
G = 29.58%
B = 70.1%

CMYK

 C value IS 1.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#015CDA (or 0x015CDA) is known color: Navy Blue. HEX triplet: 01, 5C and DA. RGB value is (1,92,218). Sum of RGB (Red+Green+Blue) = 1+92+218=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #015CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CDA is #FEA325. Grayscale: #4E4E4E. Windows color (decimal): -16687910 or 14310401. OLE color: 14310401.

HSL color Cylindrical-coordinate representation of color #015CDA: hue angle of 214.84º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CDA is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 92 218 -
CMYK 1.00 0.58 0 0.15
HSL 214.84º 0.99% 0.43% -
HSV(B) 214.84º 1% 0.85% -
XYZ 16.49 12.72 67.92 -
YUV 79.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 1 92 218 1.00 0.58 0 0.15 214.84 0.99 0.43
Hex 1 5C DA 64 3A 0 F D7 63 2B
Octal 1 134 332 144 72 0 17 327 143 53
Binary 1 1011100 11011010 1100100 111010 0 1111 11010111 1100011 101011

Color Harmonies of #015CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CDA

Black with #015CDA

Text Example


Text Example

White with #015CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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