Html Css Color HEX #230096 Ultramarine

📋 copy color: '#230096'

red 35 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #230096

Tints of Ultramarine #230096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 81.08%

R = 18.92%
G = 0%
B = 81.08%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#230096 (or 0x230096) is known color: Ultramarine. HEX triplet: 23, 00 and 96. RGB value is (35,0,150). Sum of RGB (Red+Green+Blue) = 35+0+150=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 150 (58.98% from 255 or 81.08% from 185); Max value from RGB is 150 - color contains mainly: blue. Hex color #230096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230096 is #DCFF69. Grayscale: #1B1B1B. Windows color (decimal): -14483306 or 9830435. OLE color: 9830435.

HSL color Cylindrical-coordinate representation of color #230096: hue angle of 254º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230096 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 0 150 -
CMYK 0.77 1 0 0.41
HSL 254º 1% 0.29% -
HSV(B) 254º 1% 0.59% -
XYZ 6.2 2.56 29.02 -
YUV 27.57 197.1 133.3 -
System Red Green Blue C M Y K H S L
Decimal 35 0 150 0.77 1 0 0.41 254 1 0.29
Hex 23 0 96 4D 64 0 29 FE 64 1D
Octal 43 0 226 115 144 0 51 376 144 35
Binary 100011 0 10010110 1001101 1100100 0 101001 11111110 1100100 11101

Color Harmonies of #230096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230096

Black with #230096

Text Example


Text Example

White with #230096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230096; }

 p { color: rgb(35,0,150); }

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

background-color css

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

 a { background-color: rgb(35,0,150); }

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

border-color css

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

 span { border-color: rgb(35,0,150); }

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