Html Css Color HEX #25019B Ultramarine

📋 copy color: '#25019B'

red 37 ◦ green 1 ◦ blue 155

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

Shades of Ultramarine #25019B

Tints of Ultramarine #25019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 19.17%
G = 0.52%
B = 80.31%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25019B (or 0x25019B) is known color: Ultramarine. HEX triplet: 25, 01 and 9B. RGB value is (37,1,155). Sum of RGB (Red+Green+Blue) = 37+1+155=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #25019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25019B is #DAFE64. Grayscale: #1C1C1C. Windows color (decimal): -14351973 or 10158373. OLE color: 10158373.

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

Color convert

RGB 37 1 155 -
CMYK 0.76 0.99 0 0.39
HSL 254.03º 0.99% 0.31% -
HSV(B) 254.03º 0.99% 0.61% -
XYZ 6.69 2.78 31.19 -
YUV 29.32 198.93 133.48 -
System Red Green Blue C M Y K H S L
Decimal 37 1 155 0.76 0.99 0 0.39 254.03 0.99 0.31
Hex 25 1 9B 4C 63 0 27 FE 63 1F
Octal 45 1 233 114 143 0 47 376 143 37
Binary 100101 1 10011011 1001100 1100011 0 100111 11111110 1100011 11111

Color Harmonies of #25019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25019B

Black with #25019B

Text Example


Text Example

White with #25019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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