Html Css Color HEX #25249B Ultramarine

📋 copy color: '#25249B'

red 37 ◦ green 36 ◦ blue 155

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

Shades of Ultramarine #25249B

Tints of Ultramarine #25249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 16.23%
G = 15.79%
B = 67.98%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25249B (or 0x25249B) is known color: Ultramarine. HEX triplet: 25, 24 and 9B. RGB value is (37,36,155). Sum of RGB (Red+Green+Blue) = 37+36+155=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #25249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25249B is #DADB64. Grayscale: #313131. Windows color (decimal): -14343013 or 10167333. OLE color: 10167333.

HSL color Cylindrical-coordinate representation of color #25249B: hue angle of 240.5º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25249B is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 36 155 -
CMYK 0.76 0.77 0 0.39
HSL 240.5º 0.62% 0.37% -
HSV(B) 240.5º 0.77% 0.61% -
XYZ 7.31 4.02 31.4 -
YUV 49.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 37 36 155 0.76 0.77 0 0.39 240.5 0.62 0.37
Hex 25 24 9B 4C 4D 0 27 F1 3E 25
Octal 45 44 233 114 115 0 47 361 76 45
Binary 100101 100100 10011011 1001100 1001101 0 100111 11110001 111110 100101

Color Harmonies of #25249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25249B

Black with #25249B

Text Example


Text Example

White with #25249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25249B; }

 p { color: rgb(37,36,155); }

 H1.HeaderClassName
 {
   color: #25249B;
 }
 .AnyTagClassName
 {
   color: #25249B;
 }
</style>

background-color css

<style>
 a { background-color: #25249B; }

 a { background-color: rgb(37,36,155); }

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

border-color css

<style>
 span { border-color: #25249B; }

 span { border-color: rgb(37,36,155); }

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