Html Css Color HEX #1F4468 Regal Blue

📋 copy color: '#1F4468'

red 31 ◦ green 68 ◦ blue 104

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

Shades of Regal Blue #1F4468

Tints of Regal Blue #1F4468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 15.27%
G = 33.5%
B = 51.23%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F4468 (or 0x1F4468) is known color: Regal Blue. HEX triplet: 1F, 44 and 68. RGB value is (31,68,104). Sum of RGB (Red+Green+Blue) = 31+68+104=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4468 is #E0BB97. Grayscale: #3C3C3C. Windows color (decimal): -14728088 or 6833183. OLE color: 6833183.

HSL color Cylindrical-coordinate representation of color #1F4468: hue angle of 209.59º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4468 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 68 104 -
CMYK 0.70 0.35 0 0.59
HSL 209.59º 0.54% 0.26% -
HSV(B) 209.59º 0.7% 0.41% -
XYZ 5.13 5.43 13.87 -
YUV 61.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 31 68 104 0.70 0.35 0 0.59 209.59 0.54 0.26
Hex 1F 44 68 46 23 0 3B D2 36 1A
Octal 37 104 150 106 43 0 73 322 66 32
Binary 11111 1000100 1101000 1000110 100011 0 111011 11010010 110110 11010

Color Harmonies of #1F4468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4468

Black with #1F4468

Text Example


Text Example

White with #1F4468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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