Html Css Color HEX #25028C Ultramarine

📋 copy color: '#25028C'

red 37 ◦ green 2 ◦ blue 140

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

Shades of Ultramarine #25028C

Tints of Ultramarine #25028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 78.21%

R = 20.67%
G = 1.12%
B = 78.21%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25028C (or 0x25028C) is known color: Ultramarine. HEX triplet: 25, 02 and 8C. RGB value is (37,2,140). Sum of RGB (Red+Green+Blue) = 37+2+140=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #25028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25028C is #DAFD73. Grayscale: #1B1B1B. Windows color (decimal): -14351732 or 9175589. OLE color: 9175589.

HSL color Cylindrical-coordinate representation of color #25028C: hue angle of 255.22º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25028C is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 2 140 -
CMYK 0.74 0.99 0 0.45
HSL 255.22º 0.97% 0.28% -
HSV(B) 255.22º 0.99% 0.55% -
XYZ 5.52 2.33 24.97 -
YUV 28.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 37 2 140 0.74 0.99 0 0.45 255.22 0.97 0.28
Hex 25 2 8C 4A 63 0 2D FF 61 1C
Octal 45 2 214 112 143 0 55 377 141 34
Binary 100101 10 10001100 1001010 1100011 0 101101 11111111 1100001 11100

Color Harmonies of #25028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25028C

Black with #25028C

Text Example


Text Example

White with #25028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25028C; }

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

 H1.HeaderClassName
 {
   color: #25028C;
 }
 .AnyTagClassName
 {
   color: #25028C;
 }
</style>

background-color css

<style>
 a { background-color: #25028C; }

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

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

border-color css

<style>
 span { border-color: #25028C; }

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

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