Html Css Color HEX #1F5FA4 Lochmara

📋 copy color: '#1F5FA4'

red 31 ◦ green 95 ◦ blue 164

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

Shades of Lochmara #1F5FA4

Tints of Lochmara #1F5FA4

RGB

 RED value IS 31 (12.5% from 255) = 10.69%

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

 BLUE value IS 164 (64.45% from 255) = 56.55%

R = 10.69%
G = 32.76%
B = 56.55%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1F5FA4 (or 0x1F5FA4) is known color: Lochmara. HEX triplet: 1F, 5F and A4. RGB value is (31,95,164). Sum of RGB (Red+Green+Blue) = 31+95+164=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F5FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5FA4 is #E0A05B. Grayscale: #535353. Windows color (decimal): -14721116 or 10772255. OLE color: 10772255.

HSL color Cylindrical-coordinate representation of color #1F5FA4: hue angle of 211.13º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F5FA4 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 31 95 164 -
CMYK 0.81 0.42 0 0.36
HSL 211.13º 0.68% 0.38% -
HSV(B) 211.13º 0.81% 0.64% -
XYZ 11.36 11.16 36.68 -
YUV 83.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 31 95 164 0.81 0.42 0 0.36 211.13 0.68 0.38
Hex 1F 5F A4 51 2A 0 24 D3 44 26
Octal 37 137 244 121 52 0 44 323 104 46
Binary 11111 1011111 10100100 1010001 101010 0 100100 11010011 1000100 100110

Color Harmonies of #1F5FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5FA4

Black with #1F5FA4

Text Example


Text Example

White with #1F5FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5FA4; }

 p { color: rgb(31,95,164); }

 H1.HeaderClassName
 {
   color: #1F5FA4;
 }
 .AnyTagClassName
 {
   color: #1F5FA4;
 }
</style>

background-color css

<style>
 a { background-color: #1F5FA4; }

 a { background-color: rgb(31,95,164); }

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

border-color css

<style>
 span { border-color: #1F5FA4; }

 span { border-color: rgb(31,95,164); }

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