Html Css Color HEX #270BAB Ultramarine

📋 copy color: '#270BAB'

red 39 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #270BAB

Tints of Ultramarine #270BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

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

R = 17.65%
G = 4.98%
B = 77.38%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#270BAB (or 0x270BAB) is known color: Ultramarine. HEX triplet: 27, 0B and AB. RGB value is (39,11,171). Sum of RGB (Red+Green+Blue) = 39+11+171=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #270BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270BAB is #D8F454. Grayscale: #252525. Windows color (decimal): -14218325 or 11209511. OLE color: 11209511.

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

Color convert

RGB 39 11 171 -
CMYK 0.77 0.94 0 0.33
HSL 250.5º 0.88% 0.36% -
HSV(B) 250.5º 0.94% 0.67% -
XYZ 8.31 3.61 38.79 -
YUV 37.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 39 11 171 0.77 0.94 0 0.33 250.5 0.88 0.36
Hex 27 B AB 4D 5E 0 21 FB 58 24
Octal 47 13 253 115 136 0 41 373 130 44
Binary 100111 1011 10101011 1001101 1011110 0 100001 11111011 1011000 100100

Color Harmonies of #270BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270BAB

Black with #270BAB

Text Example


Text Example

White with #270BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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