Html Css Color HEX #15067D Ultramarine

📋 copy color: '#15067D'

red 21 ◦ green 6 ◦ blue 125

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

Shades of Ultramarine #15067D

Tints of Ultramarine #15067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 82.24%

R = 13.82%
G = 3.95%
B = 82.24%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15067D (or 0x15067D) is known color: Ultramarine. HEX triplet: 15, 06 and 7D. RGB value is (21,6,125). Sum of RGB (Red+Green+Blue) = 21+6+125=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #15067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15067D is #EAF982. Grayscale: #171717. Windows color (decimal): -15399299 or 8193557. OLE color: 8193557.

HSL color Cylindrical-coordinate representation of color #15067D: hue angle of 247.56º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15067D is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 6 125 -
CMYK 0.83 0.95 0 0.51
HSL 247.56º 0.91% 0.26% -
HSV(B) 247.56º 0.95% 0.49% -
XYZ 4.08 1.77 19.53 -
YUV 24.05 184.97 125.82 -
System Red Green Blue C M Y K H S L
Decimal 21 6 125 0.83 0.95 0 0.51 247.56 0.91 0.26
Hex 15 6 7D 53 5F 0 33 F8 5B 1A
Octal 25 6 175 123 137 0 63 370 133 32
Binary 10101 110 1111101 1010011 1011111 0 110011 11111000 1011011 11010

Color Harmonies of #15067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15067D

Black with #15067D

Text Example


Text Example

White with #15067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15067D; }

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

 H1.HeaderClassName
 {
   color: #15067D;
 }
 .AnyTagClassName
 {
   color: #15067D;
 }
</style>

background-color css

<style>
 a { background-color: #15067D; }

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

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

border-color css

<style>
 span { border-color: #15067D; }

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

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