Html Css Color HEX #270096 Ultramarine

📋 copy color: '#270096'

red 39 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #270096

Tints of Ultramarine #270096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 79.37%

R = 20.63%
G = 0%
B = 79.37%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#270096 (or 0x270096) is known color: Ultramarine. HEX triplet: 27, 00 and 96. RGB value is (39,0,150). Sum of RGB (Red+Green+Blue) = 39+0+150=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #270096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270096 is #D8FF69. Grayscale: #1C1C1C. Windows color (decimal): -14221162 or 9830439. OLE color: 9830439.

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

Color convert

RGB 39 0 150 -
CMYK 0.74 1 0 0.41
HSL 255.6º 1% 0.29% -
HSV(B) 255.6º 1% 0.59% -
XYZ 6.34 2.63 29.03 -
YUV 28.76 196.42 135.3 -
System Red Green Blue C M Y K H S L
Decimal 39 0 150 0.74 1 0 0.41 255.6 1 0.29
Hex 27 0 96 4A 64 0 29 100 64 1D
Octal 47 0 226 112 144 0 51 400 144 35
Binary 100111 0 10010110 1001010 1100100 0 101001 100000000 1100100 11101

Color Harmonies of #270096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270096

Black with #270096

Text Example


Text Example

White with #270096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270096; }

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

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

background-color css

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

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

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

border-color css

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

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

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