Html Css Color HEX #28069F Ultramarine

📋 copy color: '#28069F'

red 40 ◦ green 6 ◦ blue 159

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

Shades of Ultramarine #28069F

Tints of Ultramarine #28069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 77.56%

R = 19.51%
G = 2.93%
B = 77.56%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28069F (or 0x28069F) is known color: Ultramarine. HEX triplet: 28, 06 and 9F. RGB value is (40,6,159). Sum of RGB (Red+Green+Blue) = 40+6+159=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #28069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28069F is #D7F960. Grayscale: #212121. Windows color (decimal): -14154081 or 10421800. OLE color: 10421800.

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

Color convert

RGB 40 6 159 -
CMYK 0.75 0.96 0 0.38
HSL 253.33º 0.93% 0.32% -
HSV(B) 253.33º 0.96% 0.62% -
XYZ 7.2 3.08 33.02 -
YUV 33.61 198.76 132.56 -
System Red Green Blue C M Y K H S L
Decimal 40 6 159 0.75 0.96 0 0.38 253.33 0.93 0.32
Hex 28 6 9F 4B 60 0 26 FD 5D 20
Octal 50 6 237 113 140 0 46 375 135 40
Binary 101000 110 10011111 1001011 1100000 0 100110 11111101 1011101 100000

Color Harmonies of #28069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28069F

Black with #28069F

Text Example


Text Example

White with #28069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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