Html Css Color HEX #1C416B Regal Blue

📋 copy color: '#1C416B'

red 28 ◦ green 65 ◦ blue 107

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

Shades of Regal Blue #1C416B

Tints of Regal Blue #1C416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

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

R = 14%
G = 32.5%
B = 53.5%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C416B (or 0x1C416B) is known color: Regal Blue. HEX triplet: 1C, 41 and 6B. RGB value is (28,65,107). Sum of RGB (Red+Green+Blue) = 28+65+107=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C416B is #E3BE94. Grayscale: #3A3A3A. Windows color (decimal): -14925461 or 7029020. OLE color: 7029020.

HSL color Cylindrical-coordinate representation of color #1C416B: hue angle of 211.9º 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 #1C416B is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 65 107 -
CMYK 0.74 0.39 0 0.58
HSL 211.9º 0.59% 0.26% -
HSV(B) 211.9º 0.74% 0.42% -
XYZ 5.02 5.09 14.63 -
YUV 58.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 28 65 107 0.74 0.39 0 0.58 211.9 0.59 0.26
Hex 1C 41 6B 4A 27 0 3A D4 3B 1A
Octal 34 101 153 112 47 0 72 324 73 32
Binary 11100 1000001 1101011 1001010 100111 0 111010 11010100 111011 11010

Color Harmonies of #1C416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C416B

Black with #1C416B

Text Example


Text Example

White with #1C416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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