Html Css Color HEX #270CA5 Ultramarine

📋 copy color: '#270CA5'

red 39 ◦ green 12 ◦ blue 165

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

Shades of Ultramarine #270CA5

Tints of Ultramarine #270CA5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

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

R = 18.06%
G = 5.56%
B = 76.39%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#270CA5 (or 0x270CA5) is known color: Ultramarine. HEX triplet: 27, 0C and A5. RGB value is (39,12,165). Sum of RGB (Red+Green+Blue) = 39+12+165=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 165 (64.84% from 255 or 76.39% from 216); Max value from RGB is 165 - color contains mainly: blue. Hex color #270CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270CA5 is #D8F35A. Grayscale: #242424. Windows color (decimal): -14218075 or 10816551. OLE color: 10816551.

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

Color convert

RGB 39 12 165 -
CMYK 0.76 0.93 0 0.35
HSL 250.59º 0.86% 0.35% -
HSV(B) 250.59º 0.93% 0.65% -
XYZ 7.76 3.41 35.85 -
YUV 37.52 199.95 129.06 -
System Red Green Blue C M Y K H S L
Decimal 39 12 165 0.76 0.93 0 0.35 250.59 0.86 0.35
Hex 27 C A5 4C 5D 0 23 FB 56 23
Octal 47 14 245 114 135 0 43 373 126 43
Binary 100111 1100 10100101 1001100 1011101 0 100011 11111011 1010110 100011

Color Harmonies of #270CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270CA5

Black with #270CA5

Text Example


Text Example

White with #270CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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