Html Css Color HEX #251BBA Persian Blue

📋 copy color: '#251BBA'

red 37 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #251BBA

Tints of Persian Blue #251BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.8%

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 14.8%
G = 10.8%
B = 74.4%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#251BBA (or 0x251BBA) is known color: Persian Blue. HEX triplet: 25, 1B and BA. RGB value is (37,27,186). Sum of RGB (Red+Green+Blue) = 37+27+186=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #251BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BBA is #DAE445. Grayscale: #2F2F2F. Windows color (decimal): -14345286 or 12196645. OLE color: 12196645.

HSL color Cylindrical-coordinate representation of color #251BBA: hue angle of 243.77º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251BBA is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 27 186 -
CMYK 0.80 0.85 0 0.27
HSL 243.77º 0.75% 0.42% -
HSV(B) 243.77º 0.85% 0.73% -
XYZ 10.02 4.72 46.84 -
YUV 48.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 37 27 186 0.80 0.85 0 0.27 243.77 0.75 0.42
Hex 25 1B BA 50 55 0 1B F4 4B 2A
Octal 45 33 272 120 125 0 33 364 113 52
Binary 100101 11011 10111010 1010000 1010101 0 11011 11110100 1001011 101010

Color Harmonies of #251BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251BBA

Black with #251BBA

Text Example


Text Example

White with #251BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,27,186); }

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

background-color css

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

 a { background-color: rgb(37,27,186); }

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

border-color css

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

 span { border-color: rgb(37,27,186); }

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