Html Css Color HEX #28089C Ultramarine

📋 copy color: '#28089C'

red 40 ◦ green 8 ◦ blue 156

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

Shades of Ultramarine #28089C

Tints of Ultramarine #28089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 156 (61.33% from 255) = 76.47%

R = 19.61%
G = 3.92%
B = 76.47%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28089C (or 0x28089C) is known color: Ultramarine. HEX triplet: 28, 08 and 9C. RGB value is (40,8,156). Sum of RGB (Red+Green+Blue) = 40+8+156=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #28089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28089C is #D7F763. Grayscale: #212121. Windows color (decimal): -14153572 or 10225704. OLE color: 10225704.

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

Color convert

RGB 40 8 156 -
CMYK 0.74 0.95 0 0.39
HSL 252.97º 0.9% 0.32% -
HSV(B) 252.97º 0.95% 0.61% -
XYZ 6.96 3.03 31.67 -
YUV 34.44 196.6 131.97 -
System Red Green Blue C M Y K H S L
Decimal 40 8 156 0.74 0.95 0 0.39 252.97 0.9 0.32
Hex 28 8 9C 4A 5F 0 27 FD 5A 20
Octal 50 10 234 112 137 0 47 375 132 40
Binary 101000 1000 10011100 1001010 1011111 0 100111 11111101 1011010 100000

Color Harmonies of #28089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28089C

Black with #28089C

Text Example


Text Example

White with #28089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28089C; }

 p { color: rgb(40,8,156); }

 H1.HeaderClassName
 {
   color: #28089C;
 }
 .AnyTagClassName
 {
   color: #28089C;
 }
</style>

background-color css

<style>
 a { background-color: #28089C; }

 a { background-color: rgb(40,8,156); }

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

border-color css

<style>
 span { border-color: #28089C; }

 span { border-color: rgb(40,8,156); }

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