Html Css Color HEX #1C3EAF Persian Blue

📋 copy color: '#1C3EAF'

red 28 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #1C3EAF

Tints of Persian Blue #1C3EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 175 (68.75% from 255) = 66.04%

R = 10.57%
G = 23.4%
B = 66.04%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1C3EAF (or 0x1C3EAF) is known color: Persian Blue. HEX triplet: 1C, 3E and AF. RGB value is (28,62,175). Sum of RGB (Red+Green+Blue) = 28+62+175=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C3EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3EAF is #E3C150. Grayscale: #404040. Windows color (decimal): -14926161 or 11484700. OLE color: 11484700.

HSL color Cylindrical-coordinate representation of color #1C3EAF: hue angle of 226.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3EAF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 62 175 -
CMYK 0.84 0.65 0 0.31
HSL 226.12º 0.72% 0.4% -
HSV(B) 226.12º 0.84% 0.69% -
XYZ 9.94 6.79 41.34 -
YUV 64.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 28 62 175 0.84 0.65 0 0.31 226.12 0.72 0.4
Hex 1C 3E AF 54 41 0 1F E2 48 28
Octal 34 76 257 124 101 0 37 342 110 50
Binary 11100 111110 10101111 1010100 1000001 0 11111 11100010 1001000 101000

Color Harmonies of #1C3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3EAF

Black with #1C3EAF

Text Example


Text Example

White with #1C3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,62,175); }

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

background-color css

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

 a { background-color: rgb(28,62,175); }

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

border-color css

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

 span { border-color: rgb(28,62,175); }

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