Html Css Color HEX #1F42CB Persian Blue

📋 copy color: '#1F42CB'

red 31 ◦ green 66 ◦ blue 203

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

Shades of Persian Blue #1F42CB

Tints of Persian Blue #1F42CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.67%

R = 10.33%
G = 22%
B = 67.67%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F42CB (or 0x1F42CB) is known color: Persian Blue. HEX triplet: 1F, 42 and CB. RGB value is (31,66,203). Sum of RGB (Red+Green+Blue) = 31+66+203=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F42CB is #E0BD34. Grayscale: #464646. Windows color (decimal): -14728501 or 13320735. OLE color: 13320735.

HSL color Cylindrical-coordinate representation of color #1F42CB: hue angle of 227.79º 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 #1F42CB is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 66 203 -
CMYK 0.85 0.67 0 0.20
HSL 227.79º 0.74% 0.46% -
HSV(B) 227.79º 0.85% 0.8% -
XYZ 13.29 8.5 57.44 -
YUV 71.15 202.4 99.36 -
System Red Green Blue C M Y K H S L
Decimal 31 66 203 0.85 0.67 0 0.20 227.79 0.74 0.46
Hex 1F 42 CB 55 43 0 14 E4 4A 2E
Octal 37 102 313 125 103 0 24 344 112 56
Binary 11111 1000010 11001011 1010101 1000011 0 10100 11100100 1001010 101110

Color Harmonies of #1F42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F42CB

Black with #1F42CB

Text Example


Text Example

White with #1F42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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