Html Css Color HEX #270EA5 Ultramarine

📋 copy color: '#270EA5'

red 39 ◦ green 14 ◦ blue 165

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

Shades of Ultramarine #270EA5

Tints of Ultramarine #270EA5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

 BLUE value IS 165 (64.84% from 255) = 75.69%

R = 17.89%
G = 6.42%
B = 75.69%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#270EA5 (or 0x270EA5) is known color: Ultramarine. HEX triplet: 27, 0E and A5. RGB value is (39,14,165). Sum of RGB (Red+Green+Blue) = 39+14+165=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 165 (64.84% from 255 or 75.69% from 218); Max value from RGB is 165 - color contains mainly: blue. Hex color #270EA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270EA5 is #D8F15A. Grayscale: #262626. Windows color (decimal): -14217563 or 10817063. OLE color: 10817063.

HSL color Cylindrical-coordinate representation of color #270EA5: hue angle of 249.93º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270EA5 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 39 14 165 -
CMYK 0.76 0.92 0 0.35
HSL 249.93º 0.84% 0.35% -
HSV(B) 249.93º 0.92% 0.65% -
XYZ 7.79 3.46 35.86 -
YUV 38.69 199.28 128.22 -
System Red Green Blue C M Y K H S L
Decimal 39 14 165 0.76 0.92 0 0.35 249.93 0.84 0.35
Hex 27 E A5 4C 5C 0 23 FA 54 23
Octal 47 16 245 114 134 0 43 372 124 43
Binary 100111 1110 10100101 1001100 1011100 0 100011 11111010 1010100 100011

Color Harmonies of #270EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270EA5

Black with #270EA5

Text Example


Text Example

White with #270EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,14,165); }

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

background-color css

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

 a { background-color: rgb(39,14,165); }

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

border-color css

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

 span { border-color: rgb(39,14,165); }

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