Html Css Color HEX #270C95 Ultramarine

📋 copy color: '#270C95'

red 39 ◦ green 12 ◦ blue 149

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

Shades of Ultramarine #270C95

Tints of Ultramarine #270C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6%

 BLUE value IS 149 (58.59% from 255) = 74.5%

R = 19.5%
G = 6%
B = 74.5%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270C95 (or 0x270C95) is known color: Ultramarine. HEX triplet: 27, 0C and 95. RGB value is (39,12,149). Sum of RGB (Red+Green+Blue) = 39+12+149=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #270C95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C95 is #D8F36A. Grayscale: #232323. Windows color (decimal): -14218091 or 9767975. OLE color: 9767975.

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

Color convert

RGB 39 12 149 -
CMYK 0.74 0.92 0 0.42
HSL 251.82º 0.85% 0.32% -
HSV(B) 251.82º 0.92% 0.58% -
XYZ 6.39 2.86 28.65 -
YUV 35.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 39 12 149 0.74 0.92 0 0.42 251.82 0.85 0.32
Hex 27 C 95 4A 5C 0 2A FC 55 20
Octal 47 14 225 112 134 0 52 374 125 40
Binary 100111 1100 10010101 1001010 1011100 0 101010 11111100 1010101 100000

Color Harmonies of #270C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C95

Black with #270C95

Text Example


Text Example

White with #270C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270C95; }

 p { color: rgb(39,12,149); }

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

background-color css

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

 a { background-color: rgb(39,12,149); }

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

border-color css

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

 span { border-color: rgb(39,12,149); }

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