Html Css Color HEX #1F44CE Persian Blue

📋 copy color: '#1F44CE'

red 31 ◦ green 68 ◦ blue 206

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

Shades of Persian Blue #1F44CE

Tints of Persian Blue #1F44CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 10.16%
G = 22.3%
B = 67.54%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F44CE (or 0x1F44CE) is known color: Persian Blue. HEX triplet: 1F, 44 and CE. RGB value is (31,68,206). Sum of RGB (Red+Green+Blue) = 31+68+206=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F44CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F44CE is #E0BB31. Grayscale: #484848. Windows color (decimal): -14727986 or 13517855. OLE color: 13517855.

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

Color convert

RGB 31 68 206 -
CMYK 0.85 0.67 0 0.19
HSL 227.31º 0.74% 0.46% -
HSV(B) 227.31º 0.85% 0.81% -
XYZ 13.77 8.88 59.38 -
YUV 72.67 203.24 98.28 -
System Red Green Blue C M Y K H S L
Decimal 31 68 206 0.85 0.67 0 0.19 227.31 0.74 0.46
Hex 1F 44 CE 55 43 0 13 E3 4A 2E
Octal 37 104 316 125 103 0 23 343 112 56
Binary 11111 1000100 11001110 1010101 1000011 0 10011 11100011 1001010 101110

Color Harmonies of #1F44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F44CE

Black with #1F44CE

Text Example


Text Example

White with #1F44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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