Html Css Color HEX #1F354F Regal Blue

📋 copy color: '#1F354F'

red 31 ◦ green 53 ◦ blue 79

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

Shades of Regal Blue #1F354F

Tints of Regal Blue #1F354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

 BLUE value IS 79 (31.25% from 255) = 48.47%

R = 19.02%
G = 32.52%
B = 48.47%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F354F (or 0x1F354F) is known color: Regal Blue. HEX triplet: 1F, 35 and 4F. RGB value is (31,53,79). Sum of RGB (Red+Green+Blue) = 31+53+79=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F354F is #E0CAB0. Grayscale: #313131. Windows color (decimal): -14731953 or 5190943. OLE color: 5190943.

HSL color Cylindrical-coordinate representation of color #1F354F: hue angle of 212.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F354F is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 53 79 -
CMYK 0.61 0.33 0 0.69
HSL 212.5º 0.44% 0.22% -
HSV(B) 212.5º 0.61% 0.31% -
XYZ 3.25 3.4 7.88 -
YUV 49.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 31 53 79 0.61 0.33 0 0.69 212.5 0.44 0.22
Hex 1F 35 4F 3D 21 0 45 D4 2C 16
Octal 37 65 117 75 41 0 105 324 54 26
Binary 11111 110101 1001111 111101 100001 0 1000101 11010100 101100 10110

Color Harmonies of #1F354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F354F

Black with #1F354F

Text Example


Text Example

White with #1F354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,53,79); }

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

background-color css

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

 a { background-color: rgb(31,53,79); }

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

border-color css

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

 span { border-color: rgb(31,53,79); }

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