Html Css Color HEX #1C3DAF Persian Blue

📋 copy color: '#1C3DAF'

red 28 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #1C3DAF

Tints of Persian Blue #1C3DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

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

R = 10.61%
G = 23.11%
B = 66.29%

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

#1C3DAF (or 0x1C3DAF) is known color: Persian Blue. HEX triplet: 1C, 3D and AF. RGB value is (28,61,175). Sum of RGB (Red+Green+Blue) = 28+61+175=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C3DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3DAF is #E3C250. Grayscale: #3F3F3F. Windows color (decimal): -14926417 or 11484444. OLE color: 11484444.

HSL color Cylindrical-coordinate representation of color #1C3DAF: hue angle of 226.53º 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 #1C3DAF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 61 175 -
CMYK 0.84 0.65 0 0.31
HSL 226.53º 0.72% 0.4% -
HSV(B) 226.53º 0.84% 0.69% -
XYZ 9.89 6.68 41.33 -
YUV 64.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 28 61 175 0.84 0.65 0 0.31 226.53 0.72 0.4
Hex 1C 3D AF 54 41 0 1F E3 48 28
Octal 34 75 257 124 101 0 37 343 110 50
Binary 11100 111101 10101111 1010100 1000001 0 11111 11100011 1001000 101000

Color Harmonies of #1C3DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3DAF

Black with #1C3DAF

Text Example


Text Example

White with #1C3DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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