Html Css Color HEX #251ABC Persian Blue

📋 copy color: '#251ABC'

red 37 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #251ABC

Tints of Persian Blue #251ABC

RGB

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

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

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

R = 14.74%
G = 10.36%
B = 74.9%

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

#251ABC (or 0x251ABC) is known color: Persian Blue. HEX triplet: 25, 1A and BC. RGB value is (37,26,188). Sum of RGB (Red+Green+Blue) = 37+26+188=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #251ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ABC is #DAE543. Grayscale: #2F2F2F. Windows color (decimal): -14345540 or 12327461. OLE color: 12327461.

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

Color convert

RGB 37 26 188 -
CMYK 0.80 0.86 0 0.26
HSL 244.07º 0.76% 0.42% -
HSV(B) 244.07º 0.86% 0.74% -
XYZ 10.21 4.76 47.96 -
YUV 47.76 207.14 120.33 -
System Red Green Blue C M Y K H S L
Decimal 37 26 188 0.80 0.86 0 0.26 244.07 0.76 0.42
Hex 25 1A BC 50 56 0 1A F4 4C 2A
Octal 45 32 274 120 126 0 32 364 114 52
Binary 100101 11010 10111100 1010000 1010110 0 11010 11110100 1001100 101010

Color Harmonies of #251ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251ABC

Black with #251ABC

Text Example


Text Example

White with #251ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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