Html Css Color HEX #270492 Ultramarine

📋 copy color: '#270492'

red 39 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #270492

Tints of Ultramarine #270492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 146 (57.42% from 255) = 77.25%

R = 20.63%
G = 2.12%
B = 77.25%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#270492 (or 0x270492) is known color: Ultramarine. HEX triplet: 27, 04 and 92. RGB value is (39,4,146). Sum of RGB (Red+Green+Blue) = 39+4+146=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 146 (57.42% from 255 or 77.25% from 189); Max value from RGB is 146 - color contains mainly: blue. Hex color #270492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270492 is #D8FB6D. Grayscale: #1E1E1E. Windows color (decimal): -14220142 or 9569319. OLE color: 9569319.

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

Color convert

RGB 39 4 146 -
CMYK 0.73 0.97 0 0.43
HSL 254.79º 0.95% 0.29% -
HSV(B) 254.79º 0.97% 0.57% -
XYZ 6.07 2.59 27.37 -
YUV 30.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 39 4 146 0.73 0.97 0 0.43 254.79 0.95 0.29
Hex 27 4 92 49 61 0 2B FF 5F 1D
Octal 47 4 222 111 141 0 53 377 137 35
Binary 100111 100 10010010 1001001 1100001 0 101011 11111111 1011111 11101

Color Harmonies of #270492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270492

Black with #270492

Text Example


Text Example

White with #270492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270492; }

 p { color: rgb(39,4,146); }

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

background-color css

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

 a { background-color: rgb(39,4,146); }

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

border-color css

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

 span { border-color: rgb(39,4,146); }

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