Html Css Color HEX #1F3CBA Persian Blue

📋 copy color: '#1F3CBA'

red 31 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #1F3CBA

Tints of Persian Blue #1F3CBA

RGB

 RED value IS 31 (12.5% from 255) = 11.19%

 GREEN value IS 60 (23.83% from 255) = 21.66%

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

R = 11.19%
G = 21.66%
B = 67.15%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F3CBA (or 0x1F3CBA) is known color: Persian Blue. HEX triplet: 1F, 3C and BA. RGB value is (31,60,186). Sum of RGB (Red+Green+Blue) = 31+60+186=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 60 (23.83% from 255 or 21.66% 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 #1F3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CBA is #E0C345. Grayscale: #414141. Windows color (decimal): -14730054 or 12205087. OLE color: 12205087.

HSL color Cylindrical-coordinate representation of color #1F3CBA: hue angle of 228.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F3CBA is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 60 186 -
CMYK 0.83 0.68 0 0.27
HSL 228.77º 0.71% 0.43% -
HSV(B) 228.77º 0.83% 0.73% -
XYZ 11.04 7.07 47.24 -
YUV 65.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 31 60 186 0.83 0.68 0 0.27 228.77 0.71 0.43
Hex 1F 3C BA 53 44 0 1B E5 47 2B
Octal 37 74 272 123 104 0 33 345 107 53
Binary 11111 111100 10111010 1010011 1000100 0 11011 11100101 1000111 101011

Color Harmonies of #1F3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3CBA

Black with #1F3CBA

Text Example


Text Example

White with #1F3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,186); }

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

background-color css

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

 a { background-color: rgb(31,60,186); }

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

border-color css

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

 span { border-color: rgb(31,60,186); }

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