Html Css Color HEX #1F307B Resolution Blue

📋 copy color: '#1F307B'

red 31 ◦ green 48 ◦ blue 123

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

Shades of Resolution Blue #1F307B

Tints of Resolution Blue #1F307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.76%

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

R = 15.35%
G = 23.76%
B = 60.89%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1F307B (or 0x1F307B) is known color: Resolution Blue. HEX triplet: 1F, 30 and 7B. RGB value is (31,48,123). Sum of RGB (Red+Green+Blue) = 31+48+123=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F307B is #E0CF84. Grayscale: #333333. Windows color (decimal): -14733189 or 8073247. OLE color: 8073247.

HSL color Cylindrical-coordinate representation of color #1F307B: hue angle of 228.91º 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 #1F307B is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 31 48 123 -
CMYK 0.75 0.61 0 0.52
HSL 228.91º 0.6% 0.3% -
HSV(B) 228.91º 0.75% 0.48% -
XYZ 5.2 3.84 19.21 -
YUV 51.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 31 48 123 0.75 0.61 0 0.52 228.91 0.6 0.3
Hex 1F 30 7B 4B 3D 0 34 E5 3C 1E
Octal 37 60 173 113 75 0 64 345 74 36
Binary 11111 110000 1111011 1001011 111101 0 110100 11100101 111100 11110

Color Harmonies of #1F307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F307B

Black with #1F307B

Text Example


Text Example

White with #1F307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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