Html Css Color HEX #1F437F Fun Blue

📋 copy color: '#1F437F'

red 31 ◦ green 67 ◦ blue 127

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

Shades of Fun Blue #1F437F

Tints of Fun Blue #1F437F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.44%

R = 13.78%
G = 29.78%
B = 56.44%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1F437F (or 0x1F437F) is known color: Fun Blue. HEX triplet: 1F, 43 and 7F. RGB value is (31,67,127). Sum of RGB (Red+Green+Blue) = 31+67+127=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F437F is #E0BC80. Grayscale: #3E3E3E. Windows color (decimal): -14728321 or 8340255. OLE color: 8340255.

HSL color Cylindrical-coordinate representation of color #1F437F: hue angle of 217.5º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F437F is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 31 67 127 -
CMYK 0.76 0.47 0 0.50
HSL 217.5º 0.61% 0.31% -
HSV(B) 217.5º 0.76% 0.5% -
XYZ 6.4 5.84 20.87 -
YUV 63.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 31 67 127 0.76 0.47 0 0.50 217.5 0.61 0.31
Hex 1F 43 7F 4C 2F 0 32 DA 3D 1F
Octal 37 103 177 114 57 0 62 332 75 37
Binary 11111 1000011 1111111 1001100 101111 0 110010 11011010 111101 11111

Color Harmonies of #1F437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F437F

Black with #1F437F

Text Example


Text Example

White with #1F437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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