Html Css Color HEX #1F4362 Regal Blue

📋 copy color: '#1F4362'

red 31 ◦ green 67 ◦ blue 98

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

Shades of Regal Blue #1F4362

Tints of Regal Blue #1F4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 98 (38.67% from 255) = 50%

R = 15.82%
G = 34.18%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F4362 (or 0x1F4362) is known color: Regal Blue. HEX triplet: 1F, 43 and 62. RGB value is (31,67,98). Sum of RGB (Red+Green+Blue) = 31+67+98=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F4362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4362 is #E0BC9D. Grayscale: #3B3B3B. Windows color (decimal): -14728350 or 6439711. OLE color: 6439711.

HSL color Cylindrical-coordinate representation of color #1F4362: hue angle of 207.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F4362 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 67 98 -
CMYK 0.68 0.32 0 0.62
HSL 207.76º 0.52% 0.25% -
HSV(B) 207.76º 0.68% 0.38% -
XYZ 4.78 5.19 12.3 -
YUV 59.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 31 67 98 0.68 0.32 0 0.62 207.76 0.52 0.25
Hex 1F 43 62 44 20 0 3E D0 34 19
Octal 37 103 142 104 40 0 76 320 64 31
Binary 11111 1000011 1100010 1000100 100000 0 111110 11010000 110100 11001

Color Harmonies of #1F4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4362

Black with #1F4362

Text Example


Text Example

White with #1F4362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,98); }

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

background-color css

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

 a { background-color: rgb(31,67,98); }

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

border-color css

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

 span { border-color: rgb(31,67,98); }

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