Html Css Color HEX #1C3088 Resolution Blue

📋 copy color: '#1C3088'

red 28 ◦ green 48 ◦ blue 136

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

Shades of Resolution Blue #1C3088

Tints of Resolution Blue #1C3088

RGB

 RED value IS 28 (11.33% from 255) = 13.21%

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

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 13.21%
G = 22.64%
B = 64.15%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1C3088 (or 0x1C3088) is known color: Resolution Blue. HEX triplet: 1C, 30 and 88. RGB value is (28,48,136). Sum of RGB (Red+Green+Blue) = 28+48+136=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #1C3088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3088 is #E3CF77. Grayscale: #333333. Windows color (decimal): -14929784 or 8925212. OLE color: 8925212.

HSL color Cylindrical-coordinate representation of color #1C3088: hue angle of 228.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C3088 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 48 136 -
CMYK 0.79 0.65 0 0.47
HSL 228.89º 0.66% 0.32% -
HSV(B) 228.89º 0.79% 0.53% -
XYZ 5.98 4.14 23.78 -
YUV 52.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 28 48 136 0.79 0.65 0 0.47 228.89 0.66 0.32
Hex 1C 30 88 4F 41 0 2F E5 42 20
Octal 34 60 210 117 101 0 57 345 102 40
Binary 11100 110000 10001000 1001111 1000001 0 101111 11100101 1000010 100000

Color Harmonies of #1C3088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3088

Black with #1C3088

Text Example


Text Example

White with #1C3088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,136); }

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

background-color css

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

 a { background-color: rgb(28,48,136); }

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

border-color css

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

 span { border-color: rgb(28,48,136); }

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