Html Css Color HEX #1F44BC Persian Blue

📋 copy color: '#1F44BC'

red 31 ◦ green 68 ◦ blue 188

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

Shades of Persian Blue #1F44BC

Tints of Persian Blue #1F44BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 10.8%
G = 23.69%
B = 65.51%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F44BC (or 0x1F44BC) is known color: Persian Blue. HEX triplet: 1F, 44 and BC. RGB value is (31,68,188). Sum of RGB (Red+Green+Blue) = 31+68+188=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F44BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F44BC is #E0BB43. Grayscale: #464646. Windows color (decimal): -14728004 or 12338207. OLE color: 12338207.

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

Color convert

RGB 31 68 188 -
CMYK 0.84 0.64 0 0.26
HSL 225.86º 0.72% 0.43% -
HSV(B) 225.86º 0.84% 0.74% -
XYZ 11.71 8.06 48.51 -
YUV 70.62 194.24 99.74 -
System Red Green Blue C M Y K H S L
Decimal 31 68 188 0.84 0.64 0 0.26 225.86 0.72 0.43
Hex 1F 44 BC 54 40 0 1A E2 48 2B
Octal 37 104 274 124 100 0 32 342 110 53
Binary 11111 1000100 10111100 1010100 1000000 0 11010 11100010 1001000 101011

Color Harmonies of #1F44BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F44BC

Black with #1F44BC

Text Example


Text Example

White with #1F44BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,68,188); }

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

background-color css

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

 a { background-color: rgb(31,68,188); }

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

border-color css

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

 span { border-color: rgb(31,68,188); }

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