Html Css Color HEX #1C4065 Regal Blue

📋 copy color: '#1C4065'

red 28 ◦ green 64 ◦ blue 101

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

Shades of Regal Blue #1C4065

Tints of Regal Blue #1C4065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 101 (39.84% from 255) = 52.33%

R = 14.51%
G = 33.16%
B = 52.33%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1C4065 (or 0x1C4065) is known color: Regal Blue. HEX triplet: 1C, 40 and 65. RGB value is (28,64,101). Sum of RGB (Red+Green+Blue) = 28+64+101=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C4065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4065 is #E3BF9A. Grayscale: #393939. Windows color (decimal): -14925723 or 6635548. OLE color: 6635548.

HSL color Cylindrical-coordinate representation of color #1C4065: hue angle of 210.41º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4065 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 28 64 101 -
CMYK 0.72 0.37 0 0.60
HSL 210.41º 0.57% 0.25% -
HSV(B) 210.41º 0.72% 0.4% -
XYZ 4.66 4.85 13 -
YUV 57.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 28 64 101 0.72 0.37 0 0.60 210.41 0.57 0.25
Hex 1C 40 65 48 25 0 3C D2 39 19
Octal 34 100 145 110 45 0 74 322 71 31
Binary 11100 1000000 1100101 1001000 100101 0 111100 11010010 111001 11001

Color Harmonies of #1C4065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4065

Black with #1C4065

Text Example


Text Example

White with #1C4065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,101); }

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

background-color css

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

 a { background-color: rgb(28,64,101); }

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

border-color css

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

 span { border-color: rgb(28,64,101); }

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