Html Css Color HEX #230AAA Ultramarine

📋 copy color: '#230AAA'

red 35 ◦ green 10 ◦ blue 170

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

Shades of Ultramarine #230AAA

Tints of Ultramarine #230AAA

RGB

 RED value IS 35 (14.06% from 255) = 16.28%

 GREEN value IS 10 (4.3% from 255) = 4.65%

 BLUE value IS 170 (66.8% from 255) = 79.07%

R = 16.28%
G = 4.65%
B = 79.07%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#230AAA (or 0x230AAA) is known color: Ultramarine. HEX triplet: 23, 0A and AA. RGB value is (35,10,170). Sum of RGB (Red+Green+Blue) = 35+10+170=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #230AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230AAA is #DCF555. Grayscale: #232323. Windows color (decimal): -14480726 or 11143715. OLE color: 11143715.

HSL color Cylindrical-coordinate representation of color #230AAA: hue angle of 249.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230AAA is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 10 170 -
CMYK 0.79 0.94 0 0.33
HSL 249.38º 0.89% 0.35% -
HSV(B) 249.38º 0.94% 0.67% -
XYZ 8.06 3.48 38.28 -
YUV 35.72 203.78 127.49 -
System Red Green Blue C M Y K H S L
Decimal 35 10 170 0.79 0.94 0 0.33 249.38 0.89 0.35
Hex 23 A AA 4F 5E 0 21 F9 59 23
Octal 43 12 252 117 136 0 41 371 131 43
Binary 100011 1010 10101010 1001111 1011110 0 100001 11111001 1011001 100011

Color Harmonies of #230AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230AAA

Black with #230AAA

Text Example


Text Example

White with #230AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230AAA; }

 p { color: rgb(35,10,170); }

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

background-color css

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

 a { background-color: rgb(35,10,170); }

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

border-color css

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

 span { border-color: rgb(35,10,170); }

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