Html Css Color HEX #1F4062 Regal Blue

📋 copy color: '#1F4062'

red 31 ◦ green 64 ◦ blue 98

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

Shades of Regal Blue #1F4062

Tints of Regal Blue #1F4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

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

R = 16.06%
G = 33.16%
B = 50.78%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F4062 (or 0x1F4062) is known color: Regal Blue. HEX triplet: 1F, 40 and 62. RGB value is (31,64,98). Sum of RGB (Red+Green+Blue) = 31+64+98=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F4062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4062 is #E0BF9D. Grayscale: #393939. Windows color (decimal): -14729118 or 6438943. OLE color: 6438943.

HSL color Cylindrical-coordinate representation of color #1F4062: hue angle of 210.45º 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 #1F4062 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 64 98 -
CMYK 0.68 0.35 0 0.62
HSL 210.45º 0.52% 0.25% -
HSV(B) 210.45º 0.68% 0.38% -
XYZ 4.6 4.84 12.25 -
YUV 58.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 31 64 98 0.68 0.35 0 0.62 210.45 0.52 0.25
Hex 1F 40 62 44 23 0 3E D2 34 19
Octal 37 100 142 104 43 0 76 322 64 31
Binary 11111 1000000 1100010 1000100 100011 0 111110 11010010 110100 11001

Color Harmonies of #1F4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4062

Black with #1F4062

Text Example


Text Example

White with #1F4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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