Html Css Color HEX #1C436E Regal Blue

📋 copy color: '#1C436E'

red 28 ◦ green 67 ◦ blue 110

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

Shades of Regal Blue #1C436E

Tints of Regal Blue #1C436E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

 BLUE value IS 110 (43.36% from 255) = 53.66%

R = 13.66%
G = 32.68%
B = 53.66%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1C436E (or 0x1C436E) is known color: Regal Blue. HEX triplet: 1C, 43 and 6E. RGB value is (28,67,110). Sum of RGB (Red+Green+Blue) = 28+67+110=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C436E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C436E is #E3BC91. Grayscale: #3C3C3C. Windows color (decimal): -14924946 or 7226140. OLE color: 7226140.

HSL color Cylindrical-coordinate representation of color #1C436E: hue angle of 211.46º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C436E is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 67 110 -
CMYK 0.75 0.39 0 0.57
HSL 211.46º 0.59% 0.27% -
HSV(B) 211.46º 0.75% 0.43% -
XYZ 5.3 5.39 15.51 -
YUV 60.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 28 67 110 0.75 0.39 0 0.57 211.46 0.59 0.27
Hex 1C 43 6E 4B 27 0 39 D3 3B 1B
Octal 34 103 156 113 47 0 71 323 73 33
Binary 11100 1000011 1101110 1001011 100111 0 111001 11010011 111011 11011

Color Harmonies of #1C436E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C436E

Black with #1C436E

Text Example


Text Example

White with #1C436E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,67,110); }

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

background-color css

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

 a { background-color: rgb(28,67,110); }

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

border-color css

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

 span { border-color: rgb(28,67,110); }

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