Html Css Color HEX #07234A Sapphire

📋 copy color: '#07234A'

red 7 ◦ green 35 ◦ blue 74

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

Shades of Sapphire #07234A

Tints of Sapphire #07234A

RGB

 RED value IS 7 (3.13% from 255) = 6.03%

 GREEN value IS 35 (14.06% from 255) = 30.17%

 BLUE value IS 74 (29.3% from 255) = 63.79%

R = 6.03%
G = 30.17%
B = 63.79%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07234A (or 0x07234A) is known color: Sapphire. HEX triplet: 07, 23 and 4A. RGB value is (7,35,74). Sum of RGB (Red+Green+Blue) = 7+35+74=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #07234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07234A is #F8DCB5. Grayscale: #1E1E1E. Windows color (decimal): -16309430 or 4858631. OLE color: 4858631.

HSL color Cylindrical-coordinate representation of color #07234A: hue angle of 214.93º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07234A is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 35 74 -
CMYK 0.91 0.53 0 0.71
HSL 214.93º 0.83% 0.16% -
HSV(B) 214.93º 0.91% 0.29% -
XYZ 1.92 1.74 6.71 -
YUV 31.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 7 35 74 0.91 0.53 0 0.71 214.93 0.83 0.16
Hex 7 23 4A 5B 35 0 47 D7 53 10
Octal 7 43 112 133 65 0 107 327 123 20
Binary 111 100011 1001010 1011011 110101 0 1000111 11010111 1010011 10000

Color Harmonies of #07234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07234A

Black with #07234A

Text Example


Text Example

White with #07234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07234A; }

 p { color: rgb(7,35,74); }

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

background-color css

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

 a { background-color: rgb(7,35,74); }

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

border-color css

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

 span { border-color: rgb(7,35,74); }

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