Html Css Color HEX #252098 Ultramarine

📋 copy color: '#252098'

red 37 ◦ green 32 ◦ blue 152

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

Shades of Ultramarine #252098

Tints of Ultramarine #252098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 152 (59.77% from 255) = 68.78%

R = 16.74%
G = 14.48%
B = 68.78%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#252098 (or 0x252098) is known color: Ultramarine. HEX triplet: 25, 20 and 98. RGB value is (37,32,152). Sum of RGB (Red+Green+Blue) = 37+32+152=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #252098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252098 is #DADF67. Grayscale: #2E2E2E. Windows color (decimal): -14344040 or 9969701. OLE color: 9969701.

HSL color Cylindrical-coordinate representation of color #252098: hue angle of 242.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #252098 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 32 152 -
CMYK 0.76 0.79 0 0.40
HSL 242.5º 0.65% 0.36% -
HSV(B) 242.5º 0.79% 0.6% -
XYZ 6.95 3.69 30.05 -
YUV 47.18 187.16 120.74 -
System Red Green Blue C M Y K H S L
Decimal 37 32 152 0.76 0.79 0 0.40 242.5 0.65 0.36
Hex 25 20 98 4C 4F 0 28 F2 41 24
Octal 45 40 230 114 117 0 50 362 101 44
Binary 100101 100000 10011000 1001100 1001111 0 101000 11110010 1000001 100100

Color Harmonies of #252098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252098

Black with #252098

Text Example


Text Example

White with #252098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252098; }

 p { color: rgb(37,32,152); }

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

background-color css

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

 a { background-color: rgb(37,32,152); }

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

border-color css

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

 span { border-color: rgb(37,32,152); }

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