Html Css Color HEX #230A8E Ultramarine

📋 copy color: '#230A8E'

red 35 ◦ green 10 ◦ blue 142

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

Shades of Ultramarine #230A8E

Tints of Ultramarine #230A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 75.94%

R = 18.72%
G = 5.35%
B = 75.94%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#230A8E (or 0x230A8E) is known color: Ultramarine. HEX triplet: 23, 0A and 8E. RGB value is (35,10,142). Sum of RGB (Red+Green+Blue) = 35+10+142=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #230A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230A8E is #DCF571. Grayscale: #202020. Windows color (decimal): -14480754 or 9308707. OLE color: 9308707.

HSL color Cylindrical-coordinate representation of color #230A8E: hue angle of 251.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230A8E is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 10 142 -
CMYK 0.75 0.93 0 0.44
HSL 251.36º 0.87% 0.3% -
HSV(B) 251.36º 0.93% 0.56% -
XYZ 5.68 2.53 25.78 -
YUV 32.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 35 10 142 0.75 0.93 0 0.44 251.36 0.87 0.3
Hex 23 A 8E 4B 5D 0 2C FB 57 1E
Octal 43 12 216 113 135 0 54 373 127 36
Binary 100011 1010 10001110 1001011 1011101 0 101100 11111011 1010111 11110

Color Harmonies of #230A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A8E

Black with #230A8E

Text Example


Text Example

White with #230A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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