Html Css Color HEX #0155BF Navy Blue

📋 copy color: '#0155BF'

red 1 ◦ green 85 ◦ blue 191

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

Shades of Navy Blue #0155BF

Tints of Navy Blue #0155BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 191 (75% from 255) = 68.95%

R = 0.36%
G = 30.69%
B = 68.95%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0155BF (or 0x0155BF) is known color: Navy Blue. HEX triplet: 01, 55 and BF. RGB value is (1,85,191). Sum of RGB (Red+Green+Blue) = 1+85+191=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #0155BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155BF is #FEAA40. Grayscale: #474747. Windows color (decimal): -16689729 or 12539137. OLE color: 12539137.

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

Color convert

RGB 1 85 191 -
CMYK 0.99 0.55 0 0.25
HSL 213.47º 0.99% 0.38% -
HSV(B) 213.47º 0.99% 0.75% -
XYZ 12.66 10.27 50.6 -
YUV 71.97 195.17 77.38 -
System Red Green Blue C M Y K H S L
Decimal 1 85 191 0.99 0.55 0 0.25 213.47 0.99 0.38
Hex 1 55 BF 63 37 0 19 D5 63 26
Octal 1 125 277 143 67 0 31 325 143 46
Binary 1 1010101 10111111 1100011 110111 0 11001 11010101 1100011 100110

Color Harmonies of #0155BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0155BF

Black with #0155BF

Text Example


Text Example

White with #0155BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0155BF; }

 p { color: rgb(1,85,191); }

 H1.HeaderClassName
 {
   color: #0155BF;
 }
 .AnyTagClassName
 {
   color: #0155BF;
 }
</style>

background-color css

<style>
 a { background-color: #0155BF; }

 a { background-color: rgb(1,85,191); }

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

border-color css

<style>
 span { border-color: #0155BF; }

 span { border-color: rgb(1,85,191); }

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