Html Css Color HEX #270290 Ultramarine

📋 copy color: '#270290'

red 39 ◦ green 2 ◦ blue 144

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

Shades of Ultramarine #270290

Tints of Ultramarine #270290

RGB

 RED value IS 39 (15.63% from 255) = 21.08%

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

 BLUE value IS 144 (56.64% from 255) = 77.84%

R = 21.08%
G = 1.08%
B = 77.84%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#270290 (or 0x270290) is known color: Ultramarine. HEX triplet: 27, 02 and 90. RGB value is (39,2,144). Sum of RGB (Red+Green+Blue) = 39+2+144=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #270290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270290 is #D8FD6F. Grayscale: #1C1C1C. Windows color (decimal): -14220656 or 9437735. OLE color: 9437735.

HSL color Cylindrical-coordinate representation of color #270290: hue angle of 255.63º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270290 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 2 144 -
CMYK 0.73 0.99 0 0.44
HSL 255.63º 0.97% 0.29% -
HSV(B) 255.63º 0.99% 0.56% -
XYZ 5.89 2.49 26.56 -
YUV 29.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 39 2 144 0.73 0.99 0 0.44 255.63 0.97 0.29
Hex 27 2 90 49 63 0 2C 100 61 1D
Octal 47 2 220 111 143 0 54 400 141 35
Binary 100111 10 10010000 1001001 1100011 0 101100 100000000 1100001 11101

Color Harmonies of #270290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270290

Black with #270290

Text Example


Text Example

White with #270290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270290; }

 p { color: rgb(39,2,144); }

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

background-color css

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

 a { background-color: rgb(39,2,144); }

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

border-color css

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

 span { border-color: rgb(39,2,144); }

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