Html Css Color HEX #063074 Sapphire

📋 copy color: '#063074'

red 6 ◦ green 48 ◦ blue 116

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

Shades of Sapphire #063074

Tints of Sapphire #063074

RGB

 RED value IS 6 (2.73% from 255) = 3.53%

 GREEN value IS 48 (19.14% from 255) = 28.24%

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 3.53%
G = 28.24%
B = 68.24%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063074 (or 0x063074) is known color: Sapphire. HEX triplet: 06, 30 and 74. RGB value is (6,48,116). Sum of RGB (Red+Green+Blue) = 6+48+116=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #063074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063074 is #F9CF8B. Grayscale: #2A2A2A. Windows color (decimal): -16371596 or 7614470. OLE color: 7614470.

HSL color Cylindrical-coordinate representation of color #063074: hue angle of 217.09º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063074 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 48 116 -
CMYK 0.95 0.59 0 0.55
HSL 217.09º 0.9% 0.24% -
HSV(B) 217.09º 0.95% 0.45% -
XYZ 4.28 3.41 16.96 -
YUV 43.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 6 48 116 0.95 0.59 0 0.55 217.09 0.9 0.24
Hex 6 30 74 5F 3B 0 37 D9 5A 18
Octal 6 60 164 137 73 0 67 331 132 30
Binary 110 110000 1110100 1011111 111011 0 110111 11011001 1011010 11000

Color Harmonies of #063074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063074

Black with #063074

Text Example


Text Example

White with #063074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063074; }

 p { color: rgb(6,48,116); }

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

background-color css

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

 a { background-color: rgb(6,48,116); }

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

border-color css

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

 span { border-color: rgb(6,48,116); }

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