Html Css Color HEX #251ACB Persian Blue

📋 copy color: '#251ACB'

red 37 ◦ green 26 ◦ blue 203

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

Shades of Persian Blue #251ACB

Tints of Persian Blue #251ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

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

R = 13.91%
G = 9.77%
B = 76.32%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#251ACB (or 0x251ACB) is known color: Persian Blue. HEX triplet: 25, 1A and CB. RGB value is (37,26,203). Sum of RGB (Red+Green+Blue) = 37+26+203=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #251ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ACB is #DAE534. Grayscale: #303030. Windows color (decimal): -14345525 or 13310501. OLE color: 13310501.

HSL color Cylindrical-coordinate representation of color #251ACB: hue angle of 243.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251ACB is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 26 203 -
CMYK 0.82 0.87 0 0.20
HSL 243.73º 0.77% 0.45% -
HSV(B) 243.73º 0.87% 0.8% -
XYZ 11.91 5.44 56.92 -
YUV 49.47 214.64 119.11 -
System Red Green Blue C M Y K H S L
Decimal 37 26 203 0.82 0.87 0 0.20 243.73 0.77 0.45
Hex 25 1A CB 52 57 0 14 F4 4D 2D
Octal 45 32 313 122 127 0 24 364 115 55
Binary 100101 11010 11001011 1010010 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #251ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251ACB

Black with #251ACB

Text Example


Text Example

White with #251ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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