Html Css Color HEX #1C3FBC Persian Blue

📋 copy color: '#1C3FBC'

red 28 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #1C3FBC

Tints of Persian Blue #1C3FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 10.04%
G = 22.58%
B = 67.38%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C3FBC (or 0x1C3FBC) is known color: Persian Blue. HEX triplet: 1C, 3F and BC. RGB value is (28,63,188). Sum of RGB (Red+Green+Blue) = 28+63+188=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C3FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3FBC is #E3C043. Grayscale: #424242. Windows color (decimal): -14925892 or 12336924. OLE color: 12336924.

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

Color convert

RGB 28 63 188 -
CMYK 0.85 0.66 0 0.26
HSL 226.88º 0.74% 0.42% -
HSV(B) 226.88º 0.85% 0.74% -
XYZ 11.33 7.43 48.41 -
YUV 66.79 196.4 100.34 -
System Red Green Blue C M Y K H S L
Decimal 28 63 188 0.85 0.66 0 0.26 226.88 0.74 0.42
Hex 1C 3F BC 55 42 0 1A E3 4A 2A
Octal 34 77 274 125 102 0 32 343 112 52
Binary 11100 111111 10111100 1010101 1000010 0 11010 11100011 1001010 101010

Color Harmonies of #1C3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FBC

Black with #1C3FBC

Text Example


Text Example

White with #1C3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,188); }

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

background-color css

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

 a { background-color: rgb(28,63,188); }

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

border-color css

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

 span { border-color: rgb(28,63,188); }

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