Html Css Color HEX #25129B Ultramarine

📋 copy color: '#25129B'

red 37 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #25129B

Tints of Ultramarine #25129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

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

R = 17.62%
G = 8.57%
B = 73.81%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25129B (or 0x25129B) is known color: Ultramarine. HEX triplet: 25, 12 and 9B. RGB value is (37,18,155). Sum of RGB (Red+Green+Blue) = 37+18+155=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #25129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25129B is #DAED64. Grayscale: #262626. Windows color (decimal): -14347621 or 10162725. OLE color: 10162725.

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

Color convert

RGB 37 18 155 -
CMYK 0.76 0.88 0 0.39
HSL 248.32º 0.79% 0.34% -
HSV(B) 248.32º 0.88% 0.61% -
XYZ 6.9 3.19 31.26 -
YUV 39.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 37 18 155 0.76 0.88 0 0.39 248.32 0.79 0.34
Hex 25 12 9B 4C 58 0 27 F8 4F 22
Octal 45 22 233 114 130 0 47 370 117 42
Binary 100101 10010 10011011 1001100 1011000 0 100111 11111000 1001111 100010

Color Harmonies of #25129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25129B

Black with #25129B

Text Example


Text Example

White with #25129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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