Html Css Color HEX #270F9F Ultramarine

📋 copy color: '#270F9F'

red 39 ◦ green 15 ◦ blue 159

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

Shades of Ultramarine #270F9F

Tints of Ultramarine #270F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 74.65%

R = 18.31%
G = 7.04%
B = 74.65%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#270F9F (or 0x270F9F) is known color: Ultramarine. HEX triplet: 27, 0F and 9F. RGB value is (39,15,159). Sum of RGB (Red+Green+Blue) = 39+15+159=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #270F9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270F9F is #D8F060. Grayscale: #262626. Windows color (decimal): -14217313 or 10424103. OLE color: 10424103.

HSL color Cylindrical-coordinate representation of color #270F9F: hue angle of 250º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270F9F is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 15 159 -
CMYK 0.75 0.91 0 0.38
HSL 250º 0.83% 0.34% -
HSV(B) 250º 0.91% 0.62% -
XYZ 7.27 3.28 33.05 -
YUV 38.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 39 15 159 0.75 0.91 0 0.38 250 0.83 0.34
Hex 27 F 9F 4B 5B 0 26 FA 53 22
Octal 47 17 237 113 133 0 46 372 123 42
Binary 100111 1111 10011111 1001011 1011011 0 100110 11111010 1010011 100010

Color Harmonies of #270F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F9F

Black with #270F9F

Text Example


Text Example

White with #270F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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