Html Css Color HEX #1F437C Fun Blue

📋 copy color: '#1F437C'

red 31 ◦ green 67 ◦ blue 124

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

Shades of Fun Blue #1F437C

Tints of Fun Blue #1F437C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.86%

R = 13.96%
G = 30.18%
B = 55.86%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F437C (or 0x1F437C) is known color: Fun Blue. HEX triplet: 1F, 43 and 7C. RGB value is (31,67,124). Sum of RGB (Red+Green+Blue) = 31+67+124=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F437C is #E0BC83. Grayscale: #3E3E3E. Windows color (decimal): -14728324 or 8143647. OLE color: 8143647.

HSL color Cylindrical-coordinate representation of color #1F437C: hue angle of 216.77º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F437C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 67 124 -
CMYK 0.75 0.46 0 0.51
HSL 216.77º 0.6% 0.3% -
HSV(B) 216.77º 0.75% 0.49% -
XYZ 6.21 5.76 19.85 -
YUV 62.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 31 67 124 0.75 0.46 0 0.51 216.77 0.6 0.3
Hex 1F 43 7C 4B 2E 0 33 D9 3C 1E
Octal 37 103 174 113 56 0 63 331 74 36
Binary 11111 1000011 1111100 1001011 101110 0 110011 11011001 111100 11110

Color Harmonies of #1F437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F437C

Black with #1F437C

Text Example


Text Example

White with #1F437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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