Html Css Color HEX #25029E Ultramarine

📋 copy color: '#25029E'

red 37 ◦ green 2 ◦ blue 158

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

Shades of Ultramarine #25029E

Tints of Ultramarine #25029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 158 (62.11% from 255) = 80.2%

R = 18.78%
G = 1.02%
B = 80.2%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25029E (or 0x25029E) is known color: Ultramarine. HEX triplet: 25, 02 and 9E. RGB value is (37,2,158). Sum of RGB (Red+Green+Blue) = 37+2+158=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 158 (62.11% from 255 or 80.20% from 197); Max value from RGB is 158 - color contains mainly: blue. Hex color #25029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25029E is #DAFD61. Grayscale: #1D1D1D. Windows color (decimal): -14351714 or 10355237. OLE color: 10355237.

HSL color Cylindrical-coordinate representation of color #25029E: hue angle of 253.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25029E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 2 158 -
CMYK 0.77 0.99 0 0.38
HSL 253.46º 0.98% 0.31% -
HSV(B) 253.46º 0.99% 0.62% -
XYZ 6.96 2.91 32.54 -
YUV 30.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 37 2 158 0.77 0.99 0 0.38 253.46 0.98 0.31
Hex 25 2 9E 4D 63 0 26 FD 62 1F
Octal 45 2 236 115 143 0 46 375 142 37
Binary 100101 10 10011110 1001101 1100011 0 100110 11111101 1100010 11111

Color Harmonies of #25029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25029E

Black with #25029E

Text Example


Text Example

White with #25029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25029E; }

 p { color: rgb(37,2,158); }

 H1.HeaderClassName
 {
   color: #25029E;
 }
 .AnyTagClassName
 {
   color: #25029E;
 }
</style>

background-color css

<style>
 a { background-color: #25029E; }

 a { background-color: rgb(37,2,158); }

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

border-color css

<style>
 span { border-color: #25029E; }

 span { border-color: rgb(37,2,158); }

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