Html Css Color HEX #270DAB Ultramarine

📋 copy color: '#270DAB'

red 39 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #270DAB

Tints of Ultramarine #270DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 171 (67.19% from 255) = 76.68%

R = 17.49%
G = 5.83%
B = 76.68%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#270DAB (or 0x270DAB) is known color: Ultramarine. HEX triplet: 27, 0D and AB. RGB value is (39,13,171). Sum of RGB (Red+Green+Blue) = 39+13+171=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #270DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270DAB is #D8F254. Grayscale: #262626. Windows color (decimal): -14217813 or 11210023. OLE color: 11210023.

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

Color convert

RGB 39 13 171 -
CMYK 0.77 0.92 0 0.33
HSL 249.87º 0.86% 0.36% -
HSV(B) 249.87º 0.92% 0.67% -
XYZ 8.33 3.66 38.8 -
YUV 38.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 39 13 171 0.77 0.92 0 0.33 249.87 0.86 0.36
Hex 27 D AB 4D 5C 0 21 FA 56 24
Octal 47 15 253 115 134 0 41 372 126 44
Binary 100111 1101 10101011 1001101 1011100 0 100001 11111010 1010110 100100

Color Harmonies of #270DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270DAB

Black with #270DAB

Text Example


Text Example

White with #270DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,13,171); }

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

background-color css

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

 a { background-color: rgb(39,13,171); }

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

border-color css

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

 span { border-color: rgb(39,13,171); }

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