Html Css Color HEX #250CA0 Ultramarine

📋 copy color: '#250CA0'

red 37 ◦ green 12 ◦ blue 160

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

Shades of Ultramarine #250CA0

Tints of Ultramarine #250CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 76.56%

R = 17.7%
G = 5.74%
B = 76.56%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#250CA0 (or 0x250CA0) is known color: Ultramarine. HEX triplet: 25, 0C and A0. RGB value is (37,12,160). Sum of RGB (Red+Green+Blue) = 37+12+160=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #250CA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CA0 is #DAF35F. Grayscale: #232323. Windows color (decimal): -14349152 or 10488869. OLE color: 10488869.

HSL color Cylindrical-coordinate representation of color #250CA0: hue angle of 250.14º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250CA0 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 12 160 -
CMYK 0.77 0.93 0 0.37
HSL 250.14º 0.86% 0.34% -
HSV(B) 250.14º 0.93% 0.63% -
XYZ 7.24 3.19 33.49 -
YUV 36.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 37 12 160 0.77 0.93 0 0.37 250.14 0.86 0.34
Hex 25 C A0 4D 5D 0 25 FA 56 22
Octal 45 14 240 115 135 0 45 372 126 42
Binary 100101 1100 10100000 1001101 1011101 0 100101 11111010 1010110 100010

Color Harmonies of #250CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CA0

Black with #250CA0

Text Example


Text Example

White with #250CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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