Html Css Color HEX #251FCB Persian Blue

📋 copy color: '#251FCB'

red 37 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #251FCB

Tints of Persian Blue #251FCB

RGB

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

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

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

R = 13.65%
G = 11.44%
B = 74.91%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#251FCB (or 0x251FCB) is known color: Persian Blue. HEX triplet: 25, 1F and CB. RGB value is (37,31,203). Sum of RGB (Red+Green+Blue) = 37+31+203=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #251FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FCB is #DAE034. Grayscale: #333333. Windows color (decimal): -14344245 or 13311781. OLE color: 13311781.

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

Color convert

RGB 37 31 203 -
CMYK 0.82 0.85 0 0.20
HSL 242.09º 0.74% 0.46% -
HSV(B) 242.09º 0.85% 0.8% -
XYZ 12.03 5.69 56.96 -
YUV 52.4 212.99 117.01 -
System Red Green Blue C M Y K H S L
Decimal 37 31 203 0.82 0.85 0 0.20 242.09 0.74 0.46
Hex 25 1F CB 52 55 0 14 F2 4A 2E
Octal 45 37 313 122 125 0 24 362 112 56
Binary 100101 11111 11001011 1010010 1010101 0 10100 11110010 1001010 101110

Color Harmonies of #251FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FCB

Black with #251FCB

Text Example


Text Example

White with #251FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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