Html Css Color HEX #251BBC Persian Blue

📋 copy color: '#251BBC'

red 37 ◦ green 27 ◦ blue 188

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

Shades of Persian Blue #251BBC

Tints of Persian Blue #251BBC

RGB

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

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

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

R = 14.68%
G = 10.71%
B = 74.6%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#251BBC (or 0x251BBC) is known color: Persian Blue. HEX triplet: 25, 1B and BC. RGB value is (37,27,188). Sum of RGB (Red+Green+Blue) = 37+27+188=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #251BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BBC is #DAE443. Grayscale: #2F2F2F. Windows color (decimal): -14345284 or 12327717. OLE color: 12327717.

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

Color convert

RGB 37 27 188 -
CMYK 0.80 0.86 0 0.26
HSL 243.73º 0.75% 0.42% -
HSV(B) 243.73º 0.86% 0.74% -
XYZ 10.23 4.81 47.97 -
YUV 48.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 37 27 188 0.80 0.86 0 0.26 243.73 0.75 0.42
Hex 25 1B BC 50 56 0 1A F4 4B 2A
Octal 45 33 274 120 126 0 32 364 113 52
Binary 100101 11011 10111100 1010000 1010110 0 11010 11110100 1001011 101010

Color Harmonies of #251BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251BBC

Black with #251BBC

Text Example


Text Example

White with #251BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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