Html Css Color HEX #07204B Sapphire

📋 copy color: '#07204B'

red 7 ◦ green 32 ◦ blue 75

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

Shades of Sapphire #07204B

Tints of Sapphire #07204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

 BLUE value IS 75 (29.69% from 255) = 65.79%

R = 6.14%
G = 28.07%
B = 65.79%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07204B (or 0x07204B) is known color: Sapphire. HEX triplet: 07, 20 and 4B. RGB value is (7,32,75). Sum of RGB (Red+Green+Blue) = 7+32+75=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #07204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07204B is #F8DFB4. Grayscale: #1D1D1D. Windows color (decimal): -16310197 or 4923399. OLE color: 4923399.

HSL color Cylindrical-coordinate representation of color #07204B: hue angle of 217.94º 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 #07204B is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 32 75 -
CMYK 0.91 0.57 0 0.71
HSL 217.94º 0.83% 0.16% -
HSV(B) 217.94º 0.91% 0.29% -
XYZ 1.87 1.59 6.86 -
YUV 29.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 7 32 75 0.91 0.57 0 0.71 217.94 0.83 0.16
Hex 7 20 4B 5B 39 0 47 DA 53 10
Octal 7 40 113 133 71 0 107 332 123 20
Binary 111 100000 1001011 1011011 111001 0 1000111 11011010 1010011 10000

Color Harmonies of #07204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07204B

Black with #07204B

Text Example


Text Example

White with #07204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07204B; }

 p { color: rgb(7,32,75); }

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

background-color css

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

 a { background-color: rgb(7,32,75); }

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

border-color css

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

 span { border-color: rgb(7,32,75); }

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