Html Css Color HEX #250FAC Ultramarine

📋 copy color: '#250FAC'

red 37 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #250FAC

Tints of Ultramarine #250FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 172 (67.58% from 255) = 76.79%

R = 16.52%
G = 6.7%
B = 76.79%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#250FAC (or 0x250FAC) is known color: Ultramarine. HEX triplet: 25, 0F and AC. RGB value is (37,15,172). Sum of RGB (Red+Green+Blue) = 37+15+172=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #250FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250FAC is #DAF053. Grayscale: #262626. Windows color (decimal): -14348372 or 11276069. OLE color: 11276069.

HSL color Cylindrical-coordinate representation of color #250FAC: hue angle of 248.41º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250FAC is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 15 172 -
CMYK 0.78 0.91 0 0.33
HSL 248.41º 0.84% 0.37% -
HSV(B) 248.41º 0.91% 0.67% -
XYZ 8.38 3.71 39.3 -
YUV 39.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 37 15 172 0.78 0.91 0 0.33 248.41 0.84 0.37
Hex 25 F AC 4E 5B 0 21 F8 54 25
Octal 45 17 254 116 133 0 41 370 124 45
Binary 100101 1111 10101100 1001110 1011011 0 100001 11111000 1010100 100101

Color Harmonies of #250FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FAC

Black with #250FAC

Text Example


Text Example

White with #250FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250FAC; }

 p { color: rgb(37,15,172); }

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

background-color css

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

 a { background-color: rgb(37,15,172); }

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

border-color css

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

 span { border-color: rgb(37,15,172); }

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