Html Css Color HEX #270FAC Ultramarine

📋 copy color: '#270FAC'

red 39 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #270FAC

Tints of Ultramarine #270FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

 BLUE value IS 172 (67.58% from 255) = 76.11%

R = 17.26%
G = 6.64%
B = 76.11%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#270FAC (or 0x270FAC) is known color: Ultramarine. HEX triplet: 27, 0F and AC. RGB value is (39,15,172). Sum of RGB (Red+Green+Blue) = 39+15+172=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #270FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270FAC is #D8F053. Grayscale: #272727. Windows color (decimal): -14217300 or 11276071. OLE color: 11276071.

HSL color Cylindrical-coordinate representation of color #270FAC: hue angle of 249.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270FAC is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 15 172 -
CMYK 0.77 0.91 0 0.33
HSL 249.17º 0.84% 0.37% -
HSV(B) 249.17º 0.91% 0.67% -
XYZ 8.45 3.75 39.31 -
YUV 40.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 39 15 172 0.77 0.91 0 0.33 249.17 0.84 0.37
Hex 27 F AC 4D 5B 0 21 F9 54 25
Octal 47 17 254 115 133 0 41 371 124 45
Binary 100111 1111 10101100 1001101 1011011 0 100001 11111001 1010100 100101

Color Harmonies of #270FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270FAC

Black with #270FAC

Text Example


Text Example

White with #270FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,15,172); }

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

background-color css

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

 a { background-color: rgb(39,15,172); }

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

border-color css

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

 span { border-color: rgb(39,15,172); }

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