Html Css Color HEX #270FAD Ultramarine

📋 copy color: '#270FAD'

red 39 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #270FAD

Tints of Ultramarine #270FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 76.21%

R = 17.18%
G = 6.61%
B = 76.21%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#270FAD (or 0x270FAD) is known color: Ultramarine. HEX triplet: 27, 0F and AD. RGB value is (39,15,173). Sum of RGB (Red+Green+Blue) = 39+15+173=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #270FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270FAD is #D8F052. Grayscale: #272727. Windows color (decimal): -14217299 or 11341607. OLE color: 11341607.

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

Color convert

RGB 39 15 173 -
CMYK 0.77 0.91 0 0.32
HSL 249.11º 0.84% 0.37% -
HSV(B) 249.11º 0.91% 0.68% -
XYZ 8.55 3.79 39.82 -
YUV 40.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 39 15 173 0.77 0.91 0 0.32 249.11 0.84 0.37
Hex 27 F AD 4D 5B 0 20 F9 54 25
Octal 47 17 255 115 133 0 40 371 124 45
Binary 100111 1111 10101101 1001101 1011011 0 100000 11111001 1010100 100101

Color Harmonies of #270FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270FAD

Black with #270FAD

Text Example


Text Example

White with #270FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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