Html Css Color HEX #27008F Ultramarine

📋 copy color: '#27008F'

red 39 ◦ green 0 ◦ blue 143

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

Shades of Ultramarine #27008F

Tints of Ultramarine #27008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 78.57%

R = 21.43%
G = 0%
B = 78.57%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27008F (or 0x27008F) is known color: Ultramarine. HEX triplet: 27, 00 and 8F. RGB value is (39,0,143). Sum of RGB (Red+Green+Blue) = 39+0+143=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #27008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27008F is #D8FF70. Grayscale: #1B1B1B. Windows color (decimal): -14221169 or 9371687. OLE color: 9371687.

HSL color Cylindrical-coordinate representation of color #27008F: hue angle of 256.36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27008F is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 0 143 -
CMYK 0.73 1 0 0.44
HSL 256.36º 1% 0.28% -
HSV(B) 256.36º 1% 0.56% -
XYZ 5.79 2.41 26.15 -
YUV 27.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 39 0 143 0.73 1 0 0.44 256.36 1 0.28
Hex 27 0 8F 49 64 0 2C 100 64 1C
Octal 47 0 217 111 144 0 54 400 144 34
Binary 100111 0 10001111 1001001 1100100 0 101100 100000000 1100100 11100

Color Harmonies of #27008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27008F

Black with #27008F

Text Example


Text Example

White with #27008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27008F; }

 p { color: rgb(39,0,143); }

 H1.HeaderClassName
 {
   color: #27008F;
 }
 .AnyTagClassName
 {
   color: #27008F;
 }
</style>

background-color css

<style>
 a { background-color: #27008F; }

 a { background-color: rgb(39,0,143); }

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

border-color css

<style>
 span { border-color: #27008F; }

 span { border-color: rgb(39,0,143); }

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