Html Css Color HEX #251FBC Persian Blue

📋 copy color: '#251FBC'

red 37 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #251FBC

Tints of Persian Blue #251FBC

RGB

 RED value IS 37 (14.84% from 255) = 14.45%

 GREEN value IS 31 (12.5% from 255) = 12.11%

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

R = 14.45%
G = 12.11%
B = 73.44%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#251FBC (or 0x251FBC) is known color: Persian Blue. HEX triplet: 25, 1F and BC. RGB value is (37,31,188). Sum of RGB (Red+Green+Blue) = 37+31+188=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #251FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FBC is #DAE043. Grayscale: #323232. Windows color (decimal): -14344260 or 12328741. OLE color: 12328741.

HSL color Cylindrical-coordinate representation of color #251FBC: hue angle of 242.29º 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 #251FBC is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 31 188 -
CMYK 0.80 0.84 0 0.26
HSL 242.29º 0.72% 0.43% -
HSV(B) 242.29º 0.84% 0.74% -
XYZ 10.33 5 48 -
YUV 50.69 205.49 118.23 -
System Red Green Blue C M Y K H S L
Decimal 37 31 188 0.80 0.84 0 0.26 242.29 0.72 0.43
Hex 25 1F BC 50 54 0 1A F2 48 2B
Octal 45 37 274 120 124 0 32 362 110 53
Binary 100101 11111 10111100 1010000 1010100 0 11010 11110010 1001000 101011

Color Harmonies of #251FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FBC

Black with #251FBC

Text Example


Text Example

White with #251FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251FBC; }

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

 H1.HeaderClassName
 {
   color: #251FBC;
 }
 .AnyTagClassName
 {
   color: #251FBC;
 }
</style>

background-color css

<style>
 a { background-color: #251FBC; }

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

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

border-color css

<style>
 span { border-color: #251FBC; }

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

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