Html Css Color HEX #251BAA Ultramarine

📋 copy color: '#251BAA'

red 37 ◦ green 27 ◦ blue 170

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

Shades of Ultramarine #251BAA

Tints of Ultramarine #251BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.65%

R = 15.81%
G = 11.54%
B = 72.65%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#251BAA (or 0x251BAA) is known color: Ultramarine. HEX triplet: 25, 1B and AA. RGB value is (37,27,170). Sum of RGB (Red+Green+Blue) = 37+27+170=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #251BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251BAA is #DAE455. Grayscale: #2D2D2D. Windows color (decimal): -14345302 or 11148069. OLE color: 11148069.

HSL color Cylindrical-coordinate representation of color #251BAA: hue angle of 244.2º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251BAA is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 27 170 -
CMYK 0.78 0.84 0 0.33
HSL 244.2º 0.73% 0.39% -
HSV(B) 244.2º 0.84% 0.67% -
XYZ 8.41 4.08 38.37 -
YUV 46.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 37 27 170 0.78 0.84 0 0.33 244.2 0.73 0.39
Hex 25 1B AA 4E 54 0 21 F4 49 27
Octal 45 33 252 116 124 0 41 364 111 47
Binary 100101 11011 10101010 1001110 1010100 0 100001 11110100 1001001 100111

Color Harmonies of #251BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251BAA

Black with #251BAA

Text Example


Text Example

White with #251BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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