Html Css Color HEX #230F9F Ultramarine

📋 copy color: '#230F9F'

red 35 ◦ green 15 ◦ blue 159

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

Shades of Ultramarine #230F9F

Tints of Ultramarine #230F9F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

 BLUE value IS 159 (62.5% from 255) = 76.08%

R = 16.75%
G = 7.18%
B = 76.08%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#230F9F (or 0x230F9F) is known color: Ultramarine. HEX triplet: 23, 0F and 9F. RGB value is (35,15,159). Sum of RGB (Red+Green+Blue) = 35+15+159=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #230F9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230F9F is #DCF060. Grayscale: #242424. Windows color (decimal): -14479457 or 10424099. OLE color: 10424099.

HSL color Cylindrical-coordinate representation of color #230F9F: hue angle of 248.33º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230F9F is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 15 159 -
CMYK 0.78 0.91 0 0.38
HSL 248.33º 0.83% 0.34% -
HSV(B) 248.33º 0.91% 0.62% -
XYZ 7.12 3.2 33.04 -
YUV 37.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 35 15 159 0.78 0.91 0 0.38 248.33 0.83 0.34
Hex 23 F 9F 4E 5B 0 26 F8 53 22
Octal 43 17 237 116 133 0 46 370 123 42
Binary 100011 1111 10011111 1001110 1011011 0 100110 11111000 1010011 100010

Color Harmonies of #230F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F9F

Black with #230F9F

Text Example


Text Example

White with #230F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,15,159); }

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

background-color css

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

 a { background-color: rgb(35,15,159); }

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

border-color css

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

 span { border-color: rgb(35,15,159); }

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