Html Css Color HEX #1F4263 Regal Blue

📋 copy color: '#1F4263'

red 31 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #1F4263

Tints of Regal Blue #1F4263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 15.82%
G = 33.67%
B = 50.51%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1F4263 (or 0x1F4263) is known color: Regal Blue. HEX triplet: 1F, 42 and 63. RGB value is (31,66,99). Sum of RGB (Red+Green+Blue) = 31+66+99=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4263 is #E0BD9C. Grayscale: #3B3B3B. Windows color (decimal): -14728605 or 6504991. OLE color: 6504991.

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

Color convert

RGB 31 66 99 -
CMYK 0.69 0.33 0 0.61
HSL 209.12º 0.52% 0.25% -
HSV(B) 209.12º 0.69% 0.39% -
XYZ 4.77 5.09 12.54 -
YUV 59.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 31 66 99 0.69 0.33 0 0.61 209.12 0.52 0.25
Hex 1F 42 63 45 21 0 3D D1 34 19
Octal 37 102 143 105 41 0 75 321 64 31
Binary 11111 1000010 1100011 1000101 100001 0 111101 11010001 110100 11001

Color Harmonies of #1F4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4263

Black with #1F4263

Text Example


Text Example

White with #1F4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,99); }

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

background-color css

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

 a { background-color: rgb(31,66,99); }

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

border-color css

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

 span { border-color: rgb(31,66,99); }

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