Html Css Color HEX #250CB1 Ultramarine

📋 copy color: '#250CB1'

red 37 ◦ green 12 ◦ blue 177

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

Shades of Ultramarine #250CB1

Tints of Ultramarine #250CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 78.32%

R = 16.37%
G = 5.31%
B = 78.32%

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

#250CB1 (or 0x250CB1) is known color: Ultramarine. HEX triplet: 25, 0C and B1. RGB value is (37,12,177). Sum of RGB (Red+Green+Blue) = 37+12+177=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 177 (69.53% from 255 or 78.32% from 226); Max value from RGB is 177 - color contains mainly: blue. Hex color #250CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CB1 is #DAF34E. Grayscale: #252525. Windows color (decimal): -14349135 or 11602981. OLE color: 11602981.

HSL color Cylindrical-coordinate representation of color #250CB1: hue angle of 249.09º 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 #250CB1 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 12 177 -
CMYK 0.79 0.93 0 0.31
HSL 249.09º 0.87% 0.37% -
HSV(B) 249.09º 0.93% 0.69% -
XYZ 8.83 3.83 41.87 -
YUV 38.29 206.28 127.08 -
System Red Green Blue C M Y K H S L
Decimal 37 12 177 0.79 0.93 0 0.31 249.09 0.87 0.37
Hex 25 C B1 4F 5D 0 1F F9 57 25
Octal 45 14 261 117 135 0 37 371 127 45
Binary 100101 1100 10110001 1001111 1011101 0 11111 11111001 1010111 100101

Color Harmonies of #250CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CB1

Black with #250CB1

Text Example


Text Example

White with #250CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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