Html Css Color HEX #25028F Ultramarine

📋 copy color: '#25028F'

red 37 ◦ green 2 ◦ blue 143

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

Shades of Ultramarine #25028F

Tints of Ultramarine #25028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 78.57%

R = 20.33%
G = 1.1%
B = 78.57%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25028F (or 0x25028F) is known color: Ultramarine. HEX triplet: 25, 02 and 8F. RGB value is (37,2,143). Sum of RGB (Red+Green+Blue) = 37+2+143=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #25028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25028F is #DAFD70. Grayscale: #1C1C1C. Windows color (decimal): -14351729 or 9372197. OLE color: 9372197.

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

Color convert

RGB 37 2 143 -
CMYK 0.74 0.99 0 0.44
HSL 254.89º 0.97% 0.28% -
HSV(B) 254.89º 0.99% 0.56% -
XYZ 5.74 2.42 26.15 -
YUV 28.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 37 2 143 0.74 0.99 0 0.44 254.89 0.97 0.28
Hex 25 2 8F 4A 63 0 2C FF 61 1C
Octal 45 2 217 112 143 0 54 377 141 34
Binary 100101 10 10001111 1001010 1100011 0 101100 11111111 1100001 11100

Color Harmonies of #25028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25028F

Black with #25028F

Text Example


Text Example

White with #25028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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