Html Css Color HEX #230EAC Ultramarine

📋 copy color: '#230EAC'

red 35 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #230EAC

Tints of Ultramarine #230EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.33%

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 15.84%
G = 6.33%
B = 77.83%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#230EAC (or 0x230EAC) is known color: Ultramarine. HEX triplet: 23, 0E and AC. RGB value is (35,14,172). Sum of RGB (Red+Green+Blue) = 35+14+172=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #230EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230EAC is #DCF153. Grayscale: #252525. Windows color (decimal): -14479700 or 11275811. OLE color: 11275811.

HSL color Cylindrical-coordinate representation of color #230EAC: hue angle of 247.97º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230EAC is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 14 172 -
CMYK 0.80 0.92 0 0.33
HSL 247.97º 0.85% 0.36% -
HSV(B) 247.97º 0.92% 0.67% -
XYZ 8.3 3.65 39.3 -
YUV 38.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 35 14 172 0.80 0.92 0 0.33 247.97 0.85 0.36
Hex 23 E AC 50 5C 0 21 F8 55 24
Octal 43 16 254 120 134 0 41 370 125 44
Binary 100011 1110 10101100 1010000 1011100 0 100001 11111000 1010101 100100

Color Harmonies of #230EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230EAC

Black with #230EAC

Text Example


Text Example

White with #230EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,14,172); }

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

background-color css

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

 a { background-color: rgb(35,14,172); }

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

border-color css

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

 span { border-color: rgb(35,14,172); }

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