Html Css Color HEX #1C3DBD Persian Blue

📋 copy color: '#1C3DBD'

red 28 ◦ green 61 ◦ blue 189

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

Shades of Persian Blue #1C3DBD

Tints of Persian Blue #1C3DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.99%

R = 10.07%
G = 21.94%
B = 67.99%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C3DBD (or 0x1C3DBD) is known color: Persian Blue. HEX triplet: 1C, 3D and BD. RGB value is (28,61,189). Sum of RGB (Red+Green+Blue) = 28+61+189=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C3DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3DBD is #E3C242. Grayscale: #414141. Windows color (decimal): -14926403 or 12401948. OLE color: 12401948.

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

Color convert

RGB 28 61 189 -
CMYK 0.85 0.68 0 0.26
HSL 227.7º 0.74% 0.43% -
HSV(B) 227.7º 0.85% 0.74% -
XYZ 11.33 7.26 48.95 -
YUV 65.73 197.57 101.09 -
System Red Green Blue C M Y K H S L
Decimal 28 61 189 0.85 0.68 0 0.26 227.7 0.74 0.43
Hex 1C 3D BD 55 44 0 1A E4 4A 2B
Octal 34 75 275 125 104 0 32 344 112 53
Binary 11100 111101 10111101 1010101 1000100 0 11010 11100100 1001010 101011

Color Harmonies of #1C3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3DBD

Black with #1C3DBD

Text Example


Text Example

White with #1C3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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