Html Css Color HEX #230197 Ultramarine

📋 copy color: '#230197'

red 35 ◦ green 1 ◦ blue 151

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

Shades of Ultramarine #230197

Tints of Ultramarine #230197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 151 (59.38% from 255) = 80.75%

R = 18.72%
G = 0.53%
B = 80.75%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#230197 (or 0x230197) is known color: Ultramarine. HEX triplet: 23, 01 and 97. RGB value is (35,1,151). Sum of RGB (Red+Green+Blue) = 35+1+151=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 151 (59.38% from 255 or 80.75% from 187); Max value from RGB is 151 - color contains mainly: blue. Hex color #230197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230197 is #DCFE68. Grayscale: #1B1B1B. Windows color (decimal): -14483049 or 9896227. OLE color: 9896227.

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

Color convert

RGB 35 1 151 -
CMYK 0.77 0.99 0 0.41
HSL 253.6º 0.99% 0.3% -
HSV(B) 253.6º 0.99% 0.59% -
XYZ 6.29 2.61 29.45 -
YUV 28.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 35 1 151 0.77 0.99 0 0.41 253.6 0.99 0.3
Hex 23 1 97 4D 63 0 29 FE 63 1E
Octal 43 1 227 115 143 0 51 376 143 36
Binary 100011 1 10010111 1001101 1100011 0 101001 11111110 1100011 11110

Color Harmonies of #230197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230197

Black with #230197

Text Example


Text Example

White with #230197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230197; }

 p { color: rgb(35,1,151); }

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

background-color css

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

 a { background-color: rgb(35,1,151); }

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

border-color css

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

 span { border-color: rgb(35,1,151); }

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