Html Css Color HEX #230C9B Ultramarine

📋 copy color: '#230C9B'

red 35 ◦ green 12 ◦ blue 155

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

Shades of Ultramarine #230C9B

Tints of Ultramarine #230C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.94%

 BLUE value IS 155 (60.94% from 255) = 76.73%

R = 17.33%
G = 5.94%
B = 76.73%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#230C9B (or 0x230C9B) is known color: Ultramarine. HEX triplet: 23, 0C and 9B. RGB value is (35,12,155). Sum of RGB (Red+Green+Blue) = 35+12+155=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #230C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230C9B is #DCF364. Grayscale: #222222. Windows color (decimal): -14480229 or 10161187. OLE color: 10161187.

HSL color Cylindrical-coordinate representation of color #230C9B: hue angle of 249.65º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230C9B is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 12 155 -
CMYK 0.77 0.92 0 0.39
HSL 249.65º 0.86% 0.33% -
HSV(B) 249.65º 0.92% 0.61% -
XYZ 6.74 2.99 31.23 -
YUV 35.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 35 12 155 0.77 0.92 0 0.39 249.65 0.86 0.33
Hex 23 C 9B 4D 5C 0 27 FA 56 21
Octal 43 14 233 115 134 0 47 372 126 41
Binary 100011 1100 10011011 1001101 1011100 0 100111 11111010 1010110 100001

Color Harmonies of #230C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C9B

Black with #230C9B

Text Example


Text Example

White with #230C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,12,155); }

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

background-color css

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

 a { background-color: rgb(35,12,155); }

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

border-color css

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

 span { border-color: rgb(35,12,155); }

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