Html Css Color HEX #1F2FCC Persian Blue

📋 copy color: '#1F2FCC'

red 31 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #1F2FCC

Tints of Persian Blue #1F2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.67%

 BLUE value IS 204 (80.08% from 255) = 72.34%

R = 10.99%
G = 16.67%
B = 72.34%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F2FCC (or 0x1F2FCC) is known color: Persian Blue. HEX triplet: 1F, 2F and CC. RGB value is (31,47,204). Sum of RGB (Red+Green+Blue) = 31+47+204=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F2FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2FCC is #E0D033. Grayscale: #3B3B3B. Windows color (decimal): -14733364 or 13381407. OLE color: 13381407.

HSL color Cylindrical-coordinate representation of color #1F2FCC: hue angle of 234.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2FCC is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 47 204 -
CMYK 0.85 0.77 0 0.2
HSL 234.45º 0.74% 0.46% -
HSV(B) 234.45º 0.85% 0.8% -
XYZ 12.48 6.68 57.76 -
YUV 60.11 209.2 107.23 -
System Red Green Blue C M Y K H S L
Decimal 31 47 204 0.85 0.77 0 0.2 234.45 0.74 0.46
Hex 1F 2F CC 55 4D 0 14 EA 4A 2E
Octal 37 57 314 125 115 0 24 352 112 56
Binary 11111 101111 11001100 1010101 1001101 0 10100 11101010 1001010 101110

Color Harmonies of #1F2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2FCC

Black with #1F2FCC

Text Example


Text Example

White with #1F2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,47,204); }

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

background-color css

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

 a { background-color: rgb(31,47,204); }

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

border-color css

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

 span { border-color: rgb(31,47,204); }

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