Html Css Color HEX #270094 Ultramarine

📋 copy color: '#270094'

red 39 ◦ green 0 ◦ blue 148

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

Shades of Ultramarine #270094

Tints of Ultramarine #270094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 79.14%

R = 20.86%
G = 0%
B = 79.14%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270094 (or 0x270094) is known color: Ultramarine. HEX triplet: 27, 00 and 94. RGB value is (39,0,148). Sum of RGB (Red+Green+Blue) = 39+0+148=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #270094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270094 is #D8FF6B. Grayscale: #1B1B1B. Windows color (decimal): -14221164 or 9699367. OLE color: 9699367.

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

Color convert

RGB 39 0 148 -
CMYK 0.74 1 0 0.42
HSL 255.81º 1% 0.29% -
HSV(B) 255.81º 1% 0.58% -
XYZ 6.18 2.57 28.19 -
YUV 28.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 39 0 148 0.74 1 0 0.42 255.81 1 0.29
Hex 27 0 94 4A 64 0 2A 100 64 1D
Octal 47 0 224 112 144 0 52 400 144 35
Binary 100111 0 10010100 1001010 1100100 0 101010 100000000 1100100 11101

Color Harmonies of #270094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270094

Black with #270094

Text Example


Text Example

White with #270094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270094; }

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

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

background-color css

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

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

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

border-color css

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

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

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