Html Css Color HEX #270FAF Ultramarine

📋 copy color: '#270FAF'

red 39 ◦ green 15 ◦ blue 175

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

Shades of Ultramarine #270FAF

Tints of Ultramarine #270FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 76.42%

R = 17.03%
G = 6.55%
B = 76.42%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#270FAF (or 0x270FAF) is known color: Ultramarine. HEX triplet: 27, 0F and AF. RGB value is (39,15,175). Sum of RGB (Red+Green+Blue) = 39+15+175=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #270FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270FAF is #D8F050. Grayscale: #272727. Windows color (decimal): -14217297 or 11472679. OLE color: 11472679.

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

Color convert

RGB 39 15 175 -
CMYK 0.78 0.91 0 0.31
HSL 249º 0.84% 0.37% -
HSV(B) 249º 0.91% 0.69% -
XYZ 8.75 3.87 40.84 -
YUV 40.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 39 15 175 0.78 0.91 0 0.31 249 0.84 0.37
Hex 27 F AF 4E 5B 0 1F F9 54 25
Octal 47 17 257 116 133 0 37 371 124 45
Binary 100111 1111 10101111 1001110 1011011 0 11111 11111001 1010100 100101

Color Harmonies of #270FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270FAF

Black with #270FAF

Text Example


Text Example

White with #270FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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