Html Css Color HEX #270092 Ultramarine

📋 copy color: '#270092'

red 39 ◦ green 0 ◦ blue 146

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

Shades of Ultramarine #270092

Tints of Ultramarine #270092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.08%
G = 0%
B = 78.92%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#270092 (or 0x270092) is known color: Ultramarine. HEX triplet: 27, 00 and 92. RGB value is (39,0,146). Sum of RGB (Red+Green+Blue) = 39+0+146=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #270092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270092 is #D8FF6D. Grayscale: #1B1B1B. Windows color (decimal): -14221166 or 9568295. OLE color: 9568295.

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

Color convert

RGB 39 0 146 -
CMYK 0.73 1 0 0.43
HSL 256.03º 1% 0.29% -
HSV(B) 256.03º 1% 0.57% -
XYZ 6.03 2.51 27.36 -
YUV 28.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 39 0 146 0.73 1 0 0.43 256.03 1 0.29
Hex 27 0 92 49 64 0 2B 100 64 1D
Octal 47 0 222 111 144 0 53 400 144 35
Binary 100111 0 10010010 1001001 1100100 0 101011 100000000 1100100 11101

Color Harmonies of #270092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270092

Black with #270092

Text Example


Text Example

White with #270092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270092; }

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

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

background-color css

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

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

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

border-color css

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

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

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