Html Css Color HEX #1F42BE Persian Blue

📋 copy color: '#1F42BE'

red 31 ◦ green 66 ◦ blue 190

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

Shades of Persian Blue #1F42BE

Tints of Persian Blue #1F42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 10.8%
G = 23%
B = 66.2%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F42BE (or 0x1F42BE) is known color: Persian Blue. HEX triplet: 1F, 42 and BE. RGB value is (31,66,190). Sum of RGB (Red+Green+Blue) = 31+66+190=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F42BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F42BE is #E0BD41. Grayscale: #454545. Windows color (decimal): -14728514 or 12468767. OLE color: 12468767.

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

Color convert

RGB 31 66 190 -
CMYK 0.84 0.65 0 0.25
HSL 226.79º 0.72% 0.43% -
HSV(B) 226.79º 0.84% 0.75% -
XYZ 11.81 7.91 49.62 -
YUV 69.67 195.9 100.42 -
System Red Green Blue C M Y K H S L
Decimal 31 66 190 0.84 0.65 0 0.25 226.79 0.72 0.43
Hex 1F 42 BE 54 41 0 19 E3 48 2B
Octal 37 102 276 124 101 0 31 343 110 53
Binary 11111 1000010 10111110 1010100 1000001 0 11001 11100011 1001000 101011

Color Harmonies of #1F42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F42BE

Black with #1F42BE

Text Example


Text Example

White with #1F42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,190); }

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

background-color css

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

 a { background-color: rgb(31,66,190); }

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

border-color css

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

 span { border-color: rgb(31,66,190); }

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