Html Css Color HEX #07068C Dark Blue

📋 copy color: '#07068C'

red 7 ◦ green 6 ◦ blue 140

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

Shades of Dark Blue #07068C

Tints of Dark Blue #07068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 91.5%

R = 4.58%
G = 3.92%
B = 91.5%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07068C (or 0x07068C) is known color: Dark Blue. HEX triplet: 07, 06 and 8C. RGB value is (7,6,140). Sum of RGB (Red+Green+Blue) = 7+6+140=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 140 (55.08% from 255 or 91.50% from 153); Max value from RGB is 140 - color contains mainly: blue. Hex color #07068C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07068C is #F8F973. Grayscale: #151515. Windows color (decimal): -16316788 or 9176583. OLE color: 9176583.

HSL color Cylindrical-coordinate representation of color #07068C: hue angle of 240.45º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07068C is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 6 140 -
CMYK 0.95 0.96 0 0.45
HSL 240.45º 0.92% 0.29% -
HSV(B) 240.45º 0.96% 0.55% -
XYZ 4.89 2.07 24.95 -
YUV 21.58 194.83 117.6 -
System Red Green Blue C M Y K H S L
Decimal 7 6 140 0.95 0.96 0 0.45 240.45 0.92 0.29
Hex 7 6 8C 5F 60 0 2D F0 5C 1D
Octal 7 6 214 137 140 0 55 360 134 35
Binary 111 110 10001100 1011111 1100000 0 101101 11110000 1011100 11101

Color Harmonies of #07068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07068C

Black with #07068C

Text Example


Text Example

White with #07068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07068C; }

 p { color: rgb(7,6,140); }

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

background-color css

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

 a { background-color: rgb(7,6,140); }

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

border-color css

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

 span { border-color: rgb(7,6,140); }

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