Html Css Color HEX #140298 Ultramarine

📋 copy color: '#140298'

red 20 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #140298

Tints of Ultramarine #140298

RGB

 RED value IS 20 (8.2% from 255) = 11.49%

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 152 (59.77% from 255) = 87.36%

R = 11.49%
G = 1.15%
B = 87.36%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#140298 (or 0x140298) is known color: Ultramarine. HEX triplet: 14, 02 and 98. RGB value is (20,2,152). Sum of RGB (Red+Green+Blue) = 20+2+152=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 152 (59.77% from 255 or 87.36% from 174); Max value from RGB is 152 - color contains mainly: blue. Hex color #140298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140298 is #EBFD67. Grayscale: #171717. Windows color (decimal): -15465832 or 9962004. OLE color: 9962004.

HSL color Cylindrical-coordinate representation of color #140298: hue angle of 247.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140298 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 2 152 -
CMYK 0.87 0.99 0 0.40
HSL 247.2º 0.97% 0.3% -
HSV(B) 247.2º 0.99% 0.6% -
XYZ 5.98 2.46 29.87 -
YUV 24.48 199.96 124.8 -
System Red Green Blue C M Y K H S L
Decimal 20 2 152 0.87 0.99 0 0.40 247.2 0.97 0.3
Hex 14 2 98 57 63 0 28 F7 61 1E
Octal 24 2 230 127 143 0 50 367 141 36
Binary 10100 10 10011000 1010111 1100011 0 101000 11110111 1100001 11110

Color Harmonies of #140298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140298

Black with #140298

Text Example


Text Example

White with #140298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140298; }

 p { color: rgb(20,2,152); }

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

background-color css

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

 a { background-color: rgb(20,2,152); }

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

border-color css

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

 span { border-color: rgb(20,2,152); }

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