Html Css Color HEX #250CB0 Ultramarine

📋 copy color: '#250CB0'

red 37 ◦ green 12 ◦ blue 176

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

Shades of Ultramarine #250CB0

Tints of Ultramarine #250CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 78.22%

R = 16.44%
G = 5.33%
B = 78.22%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#250CB0 (or 0x250CB0) is known color: Ultramarine. HEX triplet: 25, 0C and B0. RGB value is (37,12,176). Sum of RGB (Red+Green+Blue) = 37+12+176=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #250CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CB0 is #DAF34F. Grayscale: #252525. Windows color (decimal): -14349136 or 11537445. OLE color: 11537445.

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

Color convert

RGB 37 12 176 -
CMYK 0.79 0.93 0 0.31
HSL 249.15º 0.87% 0.37% -
HSV(B) 249.15º 0.93% 0.69% -
XYZ 8.73 3.79 41.35 -
YUV 38.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 37 12 176 0.79 0.93 0 0.31 249.15 0.87 0.37
Hex 25 C B0 4F 5D 0 1F F9 57 25
Octal 45 14 260 117 135 0 37 371 127 45
Binary 100101 1100 10110000 1001111 1011101 0 11111 11111001 1010111 100101

Color Harmonies of #250CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CB0

Black with #250CB0

Text Example


Text Example

White with #250CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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