Html Css Color HEX #1C4067 Regal Blue

📋 copy color: '#1C4067'

red 28 ◦ green 64 ◦ blue 103

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

Shades of Regal Blue #1C4067

Tints of Regal Blue #1C4067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.82%

R = 14.36%
G = 32.82%
B = 52.82%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1C4067 (or 0x1C4067) is known color: Regal Blue. HEX triplet: 1C, 40 and 67. RGB value is (28,64,103). Sum of RGB (Red+Green+Blue) = 28+64+103=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C4067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4067 is #E3BF98. Grayscale: #393939. Windows color (decimal): -14925721 or 6766620. OLE color: 6766620.

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

Color convert

RGB 28 64 103 -
CMYK 0.73 0.38 0 0.60
HSL 211.2º 0.57% 0.26% -
HSV(B) 211.2º 0.73% 0.4% -
XYZ 4.76 4.89 13.53 -
YUV 57.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 28 64 103 0.73 0.38 0 0.60 211.2 0.57 0.26
Hex 1C 40 67 49 26 0 3C D3 39 1A
Octal 34 100 147 111 46 0 74 323 71 32
Binary 11100 1000000 1100111 1001001 100110 0 111100 11010011 111001 11010

Color Harmonies of #1C4067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4067

Black with #1C4067

Text Example


Text Example

White with #1C4067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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