Html Css Color HEX #1C307C Resolution Blue

📋 copy color: '#1C307C'

red 28 ◦ green 48 ◦ blue 124

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

Shades of Resolution Blue #1C307C

Tints of Resolution Blue #1C307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62%

R = 14%
G = 24%
B = 62%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C307C (or 0x1C307C) is known color: Resolution Blue. HEX triplet: 1C, 30 and 7C. RGB value is (28,48,124). Sum of RGB (Red+Green+Blue) = 28+48+124=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C307C is #E3CF83. Grayscale: #323232. Windows color (decimal): -14929796 or 8138780. OLE color: 8138780.

HSL color Cylindrical-coordinate representation of color #1C307C: hue angle of 227.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C307C is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 48 124 -
CMYK 0.77 0.61 0 0.51
HSL 227.5º 0.63% 0.3% -
HSV(B) 227.5º 0.77% 0.49% -
XYZ 5.17 3.82 19.53 -
YUV 50.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 28 48 124 0.77 0.61 0 0.51 227.5 0.63 0.3
Hex 1C 30 7C 4D 3D 0 33 E4 3F 1E
Octal 34 60 174 115 75 0 63 344 77 36
Binary 11100 110000 1111100 1001101 111101 0 110011 11100100 111111 11110

Color Harmonies of #1C307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C307C

Black with #1C307C

Text Example


Text Example

White with #1C307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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