Html Css Color HEX #1F457B Fun Blue

📋 copy color: '#1F457B'

red 31 ◦ green 69 ◦ blue 123

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

Shades of Fun Blue #1F457B

Tints of Fun Blue #1F457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

 BLUE value IS 123 (48.44% from 255) = 55.16%

R = 13.9%
G = 30.94%
B = 55.16%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1F457B (or 0x1F457B) is known color: Fun Blue. HEX triplet: 1F, 45 and 7B. RGB value is (31,69,123). Sum of RGB (Red+Green+Blue) = 31+69+123=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F457B is #E0BA84. Grayscale: #3F3F3F. Windows color (decimal): -14727813 or 8078623. OLE color: 8078623.

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

Color convert

RGB 31 69 123 -
CMYK 0.75 0.44 0 0.52
HSL 215.22º 0.6% 0.3% -
HSV(B) 215.22º 0.75% 0.48% -
XYZ 6.27 5.98 19.56 -
YUV 63.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 31 69 123 0.75 0.44 0 0.52 215.22 0.6 0.3
Hex 1F 45 7B 4B 2C 0 34 D7 3C 1E
Octal 37 105 173 113 54 0 64 327 74 36
Binary 11111 1000101 1111011 1001011 101100 0 110100 11010111 111100 11110

Color Harmonies of #1F457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F457B

Black with #1F457B

Text Example


Text Example

White with #1F457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,69,123); }

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

background-color css

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

 a { background-color: rgb(31,69,123); }

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

border-color css

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

 span { border-color: rgb(31,69,123); }

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