Html Css Color HEX #15068B Ultramarine

📋 copy color: '#15068B'

red 21 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #15068B

Tints of Ultramarine #15068B

RGB

 RED value IS 21 (8.59% from 255) = 12.65%

 GREEN value IS 6 (2.73% from 255) = 3.61%

 BLUE value IS 139 (54.69% from 255) = 83.73%

R = 12.65%
G = 3.61%
B = 83.73%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15068B (or 0x15068B) is known color: Ultramarine. HEX triplet: 15, 06 and 8B. RGB value is (21,6,139). Sum of RGB (Red+Green+Blue) = 21+6+139=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #15068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15068B is #EAF974. Grayscale: #191919. Windows color (decimal): -15399285 or 9111061. OLE color: 9111061.

HSL color Cylindrical-coordinate representation of color #15068B: hue angle of 246.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15068B is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 6 139 -
CMYK 0.85 0.96 0 0.45
HSL 246.77º 0.92% 0.28% -
HSV(B) 246.77º 0.96% 0.55% -
XYZ 5.03 2.15 24.58 -
YUV 25.65 191.97 124.69 -
System Red Green Blue C M Y K H S L
Decimal 21 6 139 0.85 0.96 0 0.45 246.77 0.92 0.28
Hex 15 6 8B 55 60 0 2D F7 5C 1C
Octal 25 6 213 125 140 0 55 367 134 34
Binary 10101 110 10001011 1010101 1100000 0 101101 11110111 1011100 11100

Color Harmonies of #15068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15068B

Black with #15068B

Text Example


Text Example

White with #15068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,6,139); }

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

background-color css

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

 a { background-color: rgb(21,6,139); }

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

border-color css

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

 span { border-color: rgb(21,6,139); }

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