Html Css Color HEX #251DBB Persian Blue

📋 copy color: '#251DBB'

red 37 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #251DBB

Tints of Persian Blue #251DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

 BLUE value IS 187 (73.44% from 255) = 73.91%

R = 14.62%
G = 11.46%
B = 73.91%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#251DBB (or 0x251DBB) is known color: Persian Blue. HEX triplet: 25, 1D and BB. RGB value is (37,29,187). Sum of RGB (Red+Green+Blue) = 37+29+187=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #251DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DBB is #DAE244. Grayscale: #303030. Windows color (decimal): -14344773 or 12262693. OLE color: 12262693.

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

Color convert

RGB 37 29 187 -
CMYK 0.80 0.84 0 0.27
HSL 243.04º 0.73% 0.42% -
HSV(B) 243.04º 0.84% 0.73% -
XYZ 10.17 4.86 47.42 -
YUV 49.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 37 29 187 0.80 0.84 0 0.27 243.04 0.73 0.42
Hex 25 1D BB 50 54 0 1B F3 49 2A
Octal 45 35 273 120 124 0 33 363 111 52
Binary 100101 11101 10111011 1010000 1010100 0 11011 11110011 1001001 101010

Color Harmonies of #251DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DBB

Black with #251DBB

Text Example


Text Example

White with #251DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,29,187); }

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

background-color css

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

 a { background-color: rgb(37,29,187); }

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

border-color css

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

 span { border-color: rgb(37,29,187); }

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