Html Css Color HEX #1F4465 Regal Blue

📋 copy color: '#1F4465'

red 31 ◦ green 68 ◦ blue 101

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

Shades of Regal Blue #1F4465

Tints of Regal Blue #1F4465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 15.5%
G = 34%
B = 50.5%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1F4465 (or 0x1F4465) is known color: Regal Blue. HEX triplet: 1F, 44 and 65. RGB value is (31,68,101). Sum of RGB (Red+Green+Blue) = 31+68+101=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F4465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4465 is #E0BB9A. Grayscale: #3C3C3C. Windows color (decimal): -14728091 or 6636575. OLE color: 6636575.

HSL color Cylindrical-coordinate representation of color #1F4465: hue angle of 208.29º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F4465 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 68 101 -
CMYK 0.69 0.33 0 0.60
HSL 208.29º 0.53% 0.26% -
HSV(B) 208.29º 0.69% 0.4% -
XYZ 4.98 5.37 13.08 -
YUV 60.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 31 68 101 0.69 0.33 0 0.60 208.29 0.53 0.26
Hex 1F 44 65 45 21 0 3C D0 35 1A
Octal 37 104 145 105 41 0 74 320 65 32
Binary 11111 1000100 1100101 1000101 100001 0 111100 11010000 110101 11010

Color Harmonies of #1F4465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4465

Black with #1F4465

Text Example


Text Example

White with #1F4465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,68,101); }

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

background-color css

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

 a { background-color: rgb(31,68,101); }

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

border-color css

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

 span { border-color: rgb(31,68,101); }

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