Html Css Color HEX #190CAE Ultramarine

📋 copy color: '#190CAE'

red 25 ◦ green 12 ◦ blue 174

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

Shades of Ultramarine #190CAE

Tints of Ultramarine #190CAE

RGB

 RED value IS 25 (10.16% from 255) = 11.85%

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

 BLUE value IS 174 (68.36% from 255) = 82.46%

R = 11.85%
G = 5.69%
B = 82.46%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#190CAE (or 0x190CAE) is known color: Ultramarine. HEX triplet: 19, 0C and AE. RGB value is (25,12,174). Sum of RGB (Red+Green+Blue) = 25+12+174=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #190CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190CAE is #E6F351. Grayscale: #212121. Windows color (decimal): -15135570 or 11406361. OLE color: 11406361.

HSL color Cylindrical-coordinate representation of color #190CAE: hue angle of 244.81º 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 #190CAE is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 12 174 -
CMYK 0.86 0.93 0 0.32
HSL 244.81º 0.87% 0.36% -
HSV(B) 244.81º 0.93% 0.68% -
XYZ 8.17 3.53 40.29 -
YUV 34.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 25 12 174 0.86 0.93 0 0.32 244.81 0.87 0.36
Hex 19 C AE 56 5D 0 20 F5 57 24
Octal 31 14 256 126 135 0 40 365 127 44
Binary 11001 1100 10101110 1010110 1011101 0 100000 11110101 1010111 100100

Color Harmonies of #190CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190CAE

Black with #190CAE

Text Example


Text Example

White with #190CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190CAE; }

 p { color: rgb(25,12,174); }

 H1.HeaderClassName
 {
   color: #190CAE;
 }
 .AnyTagClassName
 {
   color: #190CAE;
 }
</style>

background-color css

<style>
 a { background-color: #190CAE; }

 a { background-color: rgb(25,12,174); }

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

border-color css

<style>
 span { border-color: #190CAE; }

 span { border-color: rgb(25,12,174); }

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