Html Css Color HEX #1C2F76 Resolution Blue

📋 copy color: '#1C2F76'

red 28 ◦ green 47 ◦ blue 118

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

Shades of Resolution Blue #1C2F76

Tints of Resolution Blue #1C2F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 14.51%
G = 24.35%
B = 61.14%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C2F76 (or 0x1C2F76) is known color: Resolution Blue. HEX triplet: 1C, 2F and 76. RGB value is (28,47,118). Sum of RGB (Red+Green+Blue) = 28+47+118=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C2F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2F76 is #E3D089. Grayscale: #313131. Windows color (decimal): -14930058 or 7745308. OLE color: 7745308.

HSL color Cylindrical-coordinate representation of color #1C2F76: hue angle of 227.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C2F76 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 47 118 -
CMYK 0.76 0.60 0 0.54
HSL 227.33º 0.62% 0.29% -
HSV(B) 227.33º 0.76% 0.46% -
XYZ 4.77 3.59 17.58 -
YUV 49.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 28 47 118 0.76 0.60 0 0.54 227.33 0.62 0.29
Hex 1C 2F 76 4C 3C 0 36 E3 3E 1D
Octal 34 57 166 114 74 0 66 343 76 35
Binary 11100 101111 1110110 1001100 111100 0 110110 11100011 111110 11101

Color Harmonies of #1C2F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2F76

Black with #1C2F76

Text Example


Text Example

White with #1C2F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,118); }

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

background-color css

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

 a { background-color: rgb(28,47,118); }

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

border-color css

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

 span { border-color: rgb(28,47,118); }

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