Html Css Color HEX #1C426B Regal Blue

📋 copy color: '#1C426B'

red 28 ◦ green 66 ◦ blue 107

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

Shades of Regal Blue #1C426B

Tints of Regal Blue #1C426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 13.93%
G = 32.84%
B = 53.23%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C426B (or 0x1C426B) is known color: Regal Blue. HEX triplet: 1C, 42 and 6B. RGB value is (28,66,107). Sum of RGB (Red+Green+Blue) = 28+66+107=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C426B is #E3BD94. Grayscale: #3B3B3B. Windows color (decimal): -14925205 or 7029276. OLE color: 7029276.

HSL color Cylindrical-coordinate representation of color #1C426B: hue angle of 211.14º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C426B is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 66 107 -
CMYK 0.74 0.38 0 0.58
HSL 211.14º 0.59% 0.26% -
HSV(B) 211.14º 0.74% 0.42% -
XYZ 5.08 5.2 14.65 -
YUV 59.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 28 66 107 0.74 0.38 0 0.58 211.14 0.59 0.26
Hex 1C 42 6B 4A 26 0 3A D3 3B 1A
Octal 34 102 153 112 46 0 72 323 73 32
Binary 11100 1000010 1101011 1001010 100110 0 111010 11010011 111011 11010

Color Harmonies of #1C426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C426B

Black with #1C426B

Text Example


Text Example

White with #1C426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,66,107); }

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

background-color css

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

 a { background-color: rgb(28,66,107); }

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

border-color css

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

 span { border-color: rgb(28,66,107); }

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