Html Css Color HEX #1B3479 Resolution Blue

📋 copy color: '#1B3479'

red 27 ◦ green 52 ◦ blue 121

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

Shades of Resolution Blue #1B3479

Tints of Resolution Blue #1B3479

RGB

 RED value IS 27 (10.94% from 255) = 13.5%

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 13.5%
G = 26%
B = 60.5%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B3479 (or 0x1B3479) is known color: Resolution Blue. HEX triplet: 1B, 34 and 79. RGB value is (27,52,121). Sum of RGB (Red+Green+Blue) = 27+52+121=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B3479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3479 is #E4CB86. Grayscale: #343434. Windows color (decimal): -14994311 or 7943195. OLE color: 7943195.

HSL color Cylindrical-coordinate representation of color #1B3479: hue angle of 224.04º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B3479 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 52 121 -
CMYK 0.78 0.57 0 0.53
HSL 224.04º 0.64% 0.29% -
HSV(B) 224.04º 0.78% 0.47% -
XYZ 5.13 4.07 18.6 -
YUV 52.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 27 52 121 0.78 0.57 0 0.53 224.04 0.64 0.29
Hex 1B 34 79 4E 39 0 35 E0 40 1D
Octal 33 64 171 116 71 0 65 340 100 35
Binary 11011 110100 1111001 1001110 111001 0 110101 11100000 1000000 11101

Color Harmonies of #1B3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3479

Black with #1B3479

Text Example


Text Example

White with #1B3479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,52,121); }

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

background-color css

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

 a { background-color: rgb(27,52,121); }

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

border-color css

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

 span { border-color: rgb(27,52,121); }

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