Html Css Color HEX #1F428C Fun Blue

📋 copy color: '#1F428C'

red 31 ◦ green 66 ◦ blue 140

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

Shades of Fun Blue #1F428C

Tints of Fun Blue #1F428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.07%

R = 13.08%
G = 27.85%
B = 59.07%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F428C (or 0x1F428C) is known color: Fun Blue. HEX triplet: 1F, 42 and 8C. RGB value is (31,66,140). Sum of RGB (Red+Green+Blue) = 31+66+140=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F428C is #E0BD73. Grayscale: #3F3F3F. Windows color (decimal): -14728564 or 9191967. OLE color: 9191967.

HSL color Cylindrical-coordinate representation of color #1F428C: hue angle of 220.73º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F428C is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 66 140 -
CMYK 0.78 0.53 0 0.45
HSL 220.73º 0.64% 0.34% -
HSV(B) 220.73º 0.78% 0.55% -
XYZ 7.25 6.08 25.6 -
YUV 63.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 31 66 140 0.78 0.53 0 0.45 220.73 0.64 0.34
Hex 1F 42 8C 4E 35 0 2D DD 40 22
Octal 37 102 214 116 65 0 55 335 100 42
Binary 11111 1000010 10001100 1001110 110101 0 101101 11011101 1000000 100010

Color Harmonies of #1F428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F428C

Black with #1F428C

Text Example


Text Example

White with #1F428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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