Html Css Color HEX #230699 Ultramarine

📋 copy color: '#230699'

red 35 ◦ green 6 ◦ blue 153

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

Shades of Ultramarine #230699

Tints of Ultramarine #230699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

 BLUE value IS 153 (60.16% from 255) = 78.87%

R = 18.04%
G = 3.09%
B = 78.87%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#230699 (or 0x230699) is known color: Ultramarine. HEX triplet: 23, 06 and 99. RGB value is (35,6,153). Sum of RGB (Red+Green+Blue) = 35+6+153=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #230699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230699 is #DCF966. Grayscale: #1E1E1E. Windows color (decimal): -14481767 or 10028579. OLE color: 10028579.

HSL color Cylindrical-coordinate representation of color #230699: hue angle of 251.84º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230699 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 6 153 -
CMYK 0.77 0.96 0 0.4
HSL 251.84º 0.92% 0.31% -
HSV(B) 251.84º 0.96% 0.6% -
XYZ 6.51 2.79 30.33 -
YUV 31.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 35 6 153 0.77 0.96 0 0.4 251.84 0.92 0.31
Hex 23 6 99 4D 60 0 28 FC 5C 1F
Octal 43 6 231 115 140 0 50 374 134 37
Binary 100011 110 10011001 1001101 1100000 0 101000 11111100 1011100 11111

Color Harmonies of #230699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230699

Black with #230699

Text Example


Text Example

White with #230699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230699; }

 p { color: rgb(35,6,153); }

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

background-color css

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

 a { background-color: rgb(35,6,153); }

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

border-color css

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

 span { border-color: rgb(35,6,153); }

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