Html Css Color HEX #1C3FBA Persian Blue

📋 copy color: '#1C3FBA'

red 28 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #1C3FBA

Tints of Persian Blue #1C3FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.15%

R = 10.11%
G = 22.74%
B = 67.15%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1C3FBA (or 0x1C3FBA) is known color: Persian Blue. HEX triplet: 1C, 3F and BA. RGB value is (28,63,186). Sum of RGB (Red+Green+Blue) = 28+63+186=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C3FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3FBA is #E3C045. Grayscale: #424242. Windows color (decimal): -14925894 or 12205852. OLE color: 12205852.

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

Color convert

RGB 28 63 186 -
CMYK 0.85 0.66 0 0.27
HSL 226.71º 0.74% 0.42% -
HSV(B) 226.71º 0.85% 0.73% -
XYZ 11.12 7.35 47.29 -
YUV 66.56 195.4 100.5 -
System Red Green Blue C M Y K H S L
Decimal 28 63 186 0.85 0.66 0 0.27 226.71 0.74 0.42
Hex 1C 3F BA 55 42 0 1B E3 4A 2A
Octal 34 77 272 125 102 0 33 343 112 52
Binary 11100 111111 10111010 1010101 1000010 0 11011 11100011 1001010 101010

Color Harmonies of #1C3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FBA

Black with #1C3FBA

Text Example


Text Example

White with #1C3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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