Html Css Color HEX #140297 Ultramarine

📋 copy color: '#140297'

red 20 ◦ green 2 ◦ blue 151

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

Shades of Ultramarine #140297

Tints of Ultramarine #140297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 87.28%

R = 11.56%
G = 1.16%
B = 87.28%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#140297 (or 0x140297) is known color: Ultramarine. HEX triplet: 14, 02 and 97. RGB value is (20,2,151). Sum of RGB (Red+Green+Blue) = 20+2+151=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 151 (59.38% from 255 or 87.28% from 173); Max value from RGB is 151 - color contains mainly: blue. Hex color #140297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140297 is #EBFD68. Grayscale: #171717. Windows color (decimal): -15465833 or 9896468. OLE color: 9896468.

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

Color convert

RGB 20 2 151 -
CMYK 0.87 0.99 0 0.41
HSL 247.25º 0.97% 0.3% -
HSV(B) 247.25º 0.99% 0.59% -
XYZ 5.9 2.43 29.44 -
YUV 24.37 199.46 124.88 -
System Red Green Blue C M Y K H S L
Decimal 20 2 151 0.87 0.99 0 0.41 247.25 0.97 0.3
Hex 14 2 97 57 63 0 29 F7 61 1E
Octal 24 2 227 127 143 0 51 367 141 36
Binary 10100 10 10010111 1010111 1100011 0 101001 11110111 1100001 11110

Color Harmonies of #140297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140297

Black with #140297

Text Example


Text Example

White with #140297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140297; }

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

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

background-color css

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

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

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

border-color css

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

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

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