Html Css Color HEX #27029B Ultramarine

📋 copy color: '#27029B'

red 39 ◦ green 2 ◦ blue 155

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

Shades of Ultramarine #27029B

Tints of Ultramarine #27029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 155 (60.94% from 255) = 79.08%

R = 19.9%
G = 1.02%
B = 79.08%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27029B (or 0x27029B) is known color: Ultramarine. HEX triplet: 27, 02 and 9B. RGB value is (39,2,155). Sum of RGB (Red+Green+Blue) = 39+2+155=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #27029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27029B is #D8FD64. Grayscale: #1D1D1D. Windows color (decimal): -14220645 or 10158631. OLE color: 10158631.

HSL color Cylindrical-coordinate representation of color #27029B: hue angle of 254.51º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27029B is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 2 155 -
CMYK 0.75 0.99 0 0.39
HSL 254.51º 0.97% 0.31% -
HSV(B) 254.51º 0.99% 0.61% -
XYZ 6.77 2.84 31.2 -
YUV 30.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 39 2 155 0.75 0.99 0 0.39 254.51 0.97 0.31
Hex 27 2 9B 4B 63 0 27 FF 61 1F
Octal 47 2 233 113 143 0 47 377 141 37
Binary 100111 10 10011011 1001011 1100011 0 100111 11111111 1100001 11111

Color Harmonies of #27029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27029B

Black with #27029B

Text Example


Text Example

White with #27029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27029B; }

 p { color: rgb(39,2,155); }

 H1.HeaderClassName
 {
   color: #27029B;
 }
 .AnyTagClassName
 {
   color: #27029B;
 }
</style>

background-color css

<style>
 a { background-color: #27029B; }

 a { background-color: rgb(39,2,155); }

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

border-color css

<style>
 span { border-color: #27029B; }

 span { border-color: rgb(39,2,155); }

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