Html Css Color HEX #250CAB Ultramarine

📋 copy color: '#250CAB'

red 37 ◦ green 12 ◦ blue 171

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

Shades of Ultramarine #250CAB

Tints of Ultramarine #250CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 16.82%
G = 5.45%
B = 77.73%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#250CAB (or 0x250CAB) is known color: Ultramarine. HEX triplet: 25, 0C and AB. RGB value is (37,12,171). Sum of RGB (Red+Green+Blue) = 37+12+171=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #250CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CAB is #DAF354. Grayscale: #242424. Windows color (decimal): -14349141 or 11209765. OLE color: 11209765.

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

Color convert

RGB 37 12 171 -
CMYK 0.78 0.93 0 0.33
HSL 249.43º 0.87% 0.36% -
HSV(B) 249.43º 0.93% 0.67% -
XYZ 8.25 3.6 38.79 -
YUV 37.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 37 12 171 0.78 0.93 0 0.33 249.43 0.87 0.36
Hex 25 C AB 4E 5D 0 21 F9 57 24
Octal 45 14 253 116 135 0 41 371 127 44
Binary 100101 1100 10101011 1001110 1011101 0 100001 11111001 1010111 100100

Color Harmonies of #250CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CAB

Black with #250CAB

Text Example


Text Example

White with #250CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,12,171); }

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

background-color css

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

 a { background-color: rgb(37,12,171); }

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

border-color css

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

 span { border-color: rgb(37,12,171); }

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