Html Css Color HEX #155FF3 Navy Blue

📋 copy color: '#155FF3'

red 21 ◦ green 95 ◦ blue 243

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

Shades of Navy Blue #155FF3

Tints of Navy Blue #155FF3

RGB

 RED value IS 21 (8.59% from 255) = 5.85%

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 243 (95.31% from 255) = 67.69%

R = 5.85%
G = 26.46%
B = 67.69%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#155FF3 (or 0x155FF3) is known color: Navy Blue. HEX triplet: 15, 5F and F3. RGB value is (21,95,243). Sum of RGB (Red+Green+Blue) = 21+95+243=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #155FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FF3 is #EAA00C. Grayscale: #595959. Windows color (decimal): -15376397 or 15949589. OLE color: 15949589.

HSL color Cylindrical-coordinate representation of color #155FF3: hue angle of 220º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155FF3 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 95 243 -
CMYK 0.91 0.61 0 0.05
HSL 220º 0.9% 0.52% -
HSV(B) 220º 0.91% 0.95% -
XYZ 20.58 14.81 86.57 -
YUV 89.75 214.48 78.97 -
System Red Green Blue C M Y K H S L
Decimal 21 95 243 0.91 0.61 0 0.05 220 0.9 0.52
Hex 15 5F F3 5B 3D 0 5 DC 5A 34
Octal 25 137 363 133 75 0 5 334 132 64
Binary 10101 1011111 11110011 1011011 111101 0 101 11011100 1011010 110100

Color Harmonies of #155FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FF3

Black with #155FF3

Text Example


Text Example

White with #155FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155FF3; }

 p { color: rgb(21,95,243); }

 H1.HeaderClassName
 {
   color: #155FF3;
 }
 .AnyTagClassName
 {
   color: #155FF3;
 }
</style>

background-color css

<style>
 a { background-color: #155FF3; }

 a { background-color: rgb(21,95,243); }

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

border-color css

<style>
 span { border-color: #155FF3; }

 span { border-color: rgb(21,95,243); }

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