Html Css Color HEX #015CCF Navy Blue

📋 copy color: '#015CCF'

red 1 ◦ green 92 ◦ blue 207

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

Shades of Navy Blue #015CCF

Tints of Navy Blue #015CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 0.33%
G = 30.67%
B = 69%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#015CCF (or 0x015CCF) is known color: Navy Blue. HEX triplet: 01, 5C and CF. RGB value is (1,92,207). Sum of RGB (Red+Green+Blue) = 1+92+207=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #015CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CCF is #FEA330. Grayscale: #4D4D4D. Windows color (decimal): -16687921 or 13589505. OLE color: 13589505.

HSL color Cylindrical-coordinate representation of color #015CCF: hue angle of 213.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CCF is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 92 207 -
CMYK 1.00 0.56 0 0.19
HSL 213.5º 0.99% 0.41% -
HSV(B) 213.5º 1% 0.81% -
XYZ 15.1 12.17 60.58 -
YUV 77.9 200.85 73.15 -
System Red Green Blue C M Y K H S L
Decimal 1 92 207 1.00 0.56 0 0.19 213.5 0.99 0.41
Hex 1 5C CF 64 38 0 13 D5 63 29
Octal 1 134 317 144 70 0 23 325 143 51
Binary 1 1011100 11001111 1100100 111000 0 10011 11010101 1100011 101001

Color Harmonies of #015CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CCF

Black with #015CCF

Text Example


Text Example

White with #015CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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