Html Css Color HEX #1C2E7D Resolution Blue

📋 copy color: '#1C2E7D'

red 28 ◦ green 46 ◦ blue 125

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

Shades of Resolution Blue #1C2E7D

Tints of Resolution Blue #1C2E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

 BLUE value IS 125 (49.22% from 255) = 62.81%

R = 14.07%
G = 23.12%
B = 62.81%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C2E7D (or 0x1C2E7D) is known color: Resolution Blue. HEX triplet: 1C, 2E and 7D. RGB value is (28,46,125). Sum of RGB (Red+Green+Blue) = 28+46+125=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C2E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2E7D is #E3D182. Grayscale: #313131. Windows color (decimal): -14930307 or 8203804. OLE color: 8203804.

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

Color convert

RGB 28 46 125 -
CMYK 0.78 0.63 0 0.51
HSL 228.87º 0.63% 0.3% -
HSV(B) 228.87º 0.78% 0.49% -
XYZ 5.16 3.68 19.84 -
YUV 49.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 28 46 125 0.78 0.63 0 0.51 228.87 0.63 0.3
Hex 1C 2E 7D 4E 3F 0 33 E5 3F 1E
Octal 34 56 175 116 77 0 63 345 77 36
Binary 11100 101110 1111101 1001110 111111 0 110011 11100101 111111 11110

Color Harmonies of #1C2E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2E7D

Black with #1C2E7D

Text Example


Text Example

White with #1C2E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,46,125); }

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

background-color css

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

 a { background-color: rgb(28,46,125); }

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

border-color css

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

 span { border-color: rgb(28,46,125); }

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