Html Css Color HEX #28069B Ultramarine

📋 copy color: '#28069B'

red 40 ◦ green 6 ◦ blue 155

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

Shades of Ultramarine #28069B

Tints of Ultramarine #28069B

RGB

 RED value IS 40 (16.02% from 255) = 19.9%

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

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

R = 19.9%
G = 2.99%
B = 77.11%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28069B (or 0x28069B) is known color: Ultramarine. HEX triplet: 28, 06 and 9B. RGB value is (40,6,155). Sum of RGB (Red+Green+Blue) = 40+6+155=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #28069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28069B is #D7F964. Grayscale: #202020. Windows color (decimal): -14154085 or 10159656. OLE color: 10159656.

HSL color Cylindrical-coordinate representation of color #28069B: hue angle of 253.69º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28069B is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 6 155 -
CMYK 0.74 0.96 0 0.39
HSL 253.69º 0.93% 0.32% -
HSV(B) 253.69º 0.96% 0.61% -
XYZ 6.86 2.95 31.22 -
YUV 33.15 196.76 132.88 -
System Red Green Blue C M Y K H S L
Decimal 40 6 155 0.74 0.96 0 0.39 253.69 0.93 0.32
Hex 28 6 9B 4A 60 0 27 FE 5D 20
Octal 50 6 233 112 140 0 47 376 135 40
Binary 101000 110 10011011 1001010 1100000 0 100111 11111110 1011101 100000

Color Harmonies of #28069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28069B

Black with #28069B

Text Example


Text Example

White with #28069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,6,155); }

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

background-color css

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

 a { background-color: rgb(40,6,155); }

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

border-color css

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

 span { border-color: rgb(40,6,155); }

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