Html Css Color HEX #210698 Ultramarine

📋 copy color: '#210698'

red 33 ◦ green 6 ◦ blue 152

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

Shades of Ultramarine #210698

Tints of Ultramarine #210698

RGB

 RED value IS 33 (13.28% from 255) = 17.28%

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

 BLUE value IS 152 (59.77% from 255) = 79.58%

R = 17.28%
G = 3.14%
B = 79.58%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#210698 (or 0x210698) is known color: Ultramarine. HEX triplet: 21, 06 and 98. RGB value is (33,6,152). Sum of RGB (Red+Green+Blue) = 33+6+152=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #210698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210698 is #DEF967. Grayscale: #1E1E1E. Windows color (decimal): -14612840 or 9963041. OLE color: 9963041.

HSL color Cylindrical-coordinate representation of color #210698: hue angle of 251.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210698 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 6 152 -
CMYK 0.78 0.96 0 0.40
HSL 251.1º 0.92% 0.31% -
HSV(B) 251.1º 0.96% 0.6% -
XYZ 6.36 2.72 29.9 -
YUV 30.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 33 6 152 0.78 0.96 0 0.40 251.1 0.92 0.31
Hex 21 6 98 4E 60 0 28 FB 5C 1F
Octal 41 6 230 116 140 0 50 373 134 37
Binary 100001 110 10011000 1001110 1100000 0 101000 11111011 1011100 11111

Color Harmonies of #210698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210698

Black with #210698

Text Example


Text Example

White with #210698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210698; }

 p { color: rgb(33,6,152); }

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

background-color css

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

 a { background-color: rgb(33,6,152); }

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

border-color css

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

 span { border-color: rgb(33,6,152); }

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