Html Css Color HEX #1F308A Resolution Blue

📋 copy color: '#1F308A'

red 31 ◦ green 48 ◦ blue 138

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

Shades of Resolution Blue #1F308A

Tints of Resolution Blue #1F308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.59%

R = 14.29%
G = 22.12%
B = 63.59%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F308A (or 0x1F308A) is known color: Resolution Blue. HEX triplet: 1F, 30 and 8A. RGB value is (31,48,138). Sum of RGB (Red+Green+Blue) = 31+48+138=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F308A is #E0CF75. Grayscale: #343434. Windows color (decimal): -14733174 or 9056287. OLE color: 9056287.

HSL color Cylindrical-coordinate representation of color #1F308A: hue angle of 230.47º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F308A is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 48 138 -
CMYK 0.78 0.65 0 0.46
HSL 230.47º 0.63% 0.33% -
HSV(B) 230.47º 0.78% 0.54% -
XYZ 6.21 4.24 24.54 -
YUV 53.18 175.87 112.18 -
System Red Green Blue C M Y K H S L
Decimal 31 48 138 0.78 0.65 0 0.46 230.47 0.63 0.33
Hex 1F 30 8A 4E 41 0 2E E6 3F 21
Octal 37 60 212 116 101 0 56 346 77 41
Binary 11111 110000 10001010 1001110 1000001 0 101110 11100110 111111 100001

Color Harmonies of #1F308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F308A

Black with #1F308A

Text Example


Text Example

White with #1F308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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