Html Css Color HEX #250CAD Ultramarine

📋 copy color: '#250CAD'

red 37 ◦ green 12 ◦ blue 173

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

Shades of Ultramarine #250CAD

Tints of Ultramarine #250CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 77.93%

R = 16.67%
G = 5.41%
B = 77.93%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#250CAD (or 0x250CAD) is known color: Ultramarine. HEX triplet: 25, 0C and AD. RGB value is (37,12,173). Sum of RGB (Red+Green+Blue) = 37+12+173=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #250CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CAD is #DAF352. Grayscale: #252525. Windows color (decimal): -14349139 or 11340837. OLE color: 11340837.

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

Color convert

RGB 37 12 173 -
CMYK 0.79 0.93 0 0.32
HSL 249.32º 0.87% 0.36% -
HSV(B) 249.32º 0.93% 0.68% -
XYZ 8.44 3.67 39.8 -
YUV 37.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 37 12 173 0.79 0.93 0 0.32 249.32 0.87 0.36
Hex 25 C AD 4F 5D 0 20 F9 57 24
Octal 45 14 255 117 135 0 40 371 127 44
Binary 100101 1100 10101101 1001111 1011101 0 100000 11111001 1010111 100100

Color Harmonies of #250CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CAD

Black with #250CAD

Text Example


Text Example

White with #250CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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