Html Css Color HEX #250297 Ultramarine

📋 copy color: '#250297'

red 37 ◦ green 2 ◦ blue 151

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

Shades of Ultramarine #250297

Tints of Ultramarine #250297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.47%

R = 19.47%
G = 1.05%
B = 79.47%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250297 (or 0x250297) is known color: Ultramarine. HEX triplet: 25, 02 and 97. RGB value is (37,2,151). Sum of RGB (Red+Green+Blue) = 37+2+151=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #250297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250297 is #DAFD68. Grayscale: #1C1C1C. Windows color (decimal): -14351721 or 9896485. OLE color: 9896485.

HSL color Cylindrical-coordinate representation of color #250297: hue angle of 254.09º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250297 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 2 151 -
CMYK 0.75 0.99 0 0.41
HSL 254.09º 0.97% 0.3% -
HSV(B) 254.09º 0.99% 0.59% -
XYZ 6.37 2.67 29.46 -
YUV 29.45 196.6 133.38 -
System Red Green Blue C M Y K H S L
Decimal 37 2 151 0.75 0.99 0 0.41 254.09 0.97 0.3
Hex 25 2 97 4B 63 0 29 FE 61 1E
Octal 45 2 227 113 143 0 51 376 141 36
Binary 100101 10 10010111 1001011 1100011 0 101001 11111110 1100001 11110

Color Harmonies of #250297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250297

Black with #250297

Text Example


Text Example

White with #250297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250297; }

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

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

background-color css

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

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

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

border-color css

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

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

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