Html Css Color HEX #015CCB Navy Blue

📋 copy color: '#015CCB'

red 1 ◦ green 92 ◦ blue 203

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

Shades of Navy Blue #015CCB

Tints of Navy Blue #015CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.58%

R = 0.34%
G = 31.08%
B = 68.58%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#015CCB (or 0x015CCB) is known color: Navy Blue. HEX triplet: 01, 5C and CB. RGB value is (1,92,203). Sum of RGB (Red+Green+Blue) = 1+92+203=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #015CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CCB is #FEA334. Grayscale: #4C4C4C. Windows color (decimal): -16687925 or 13327361. OLE color: 13327361.

HSL color Cylindrical-coordinate representation of color #015CCB: hue angle of 212.97º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CCB is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 92 203 -
CMYK 1.00 0.55 0 0.20
HSL 212.97º 0.99% 0.4% -
HSV(B) 212.97º 1% 0.8% -
XYZ 14.62 11.97 58.04 -
YUV 77.45 198.85 73.47 -
System Red Green Blue C M Y K H S L
Decimal 1 92 203 1.00 0.55 0 0.20 212.97 0.99 0.4
Hex 1 5C CB 64 37 0 14 D5 63 28
Octal 1 134 313 144 67 0 24 325 143 50
Binary 1 1011100 11001011 1100100 110111 0 10100 11010101 1100011 101000

Color Harmonies of #015CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CCB

Black with #015CCB

Text Example


Text Example

White with #015CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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