Html Css Color HEX #07668C Allports

📋 copy color: '#07668C'

red 7 ◦ green 102 ◦ blue 140

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

Shades of Allports #07668C

Tints of Allports #07668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.96%

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

R = 2.81%
G = 40.96%
B = 56.22%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07668C (or 0x07668C) is known color: Allports. HEX triplet: 07, 66 and 8C. RGB value is (7,102,140). Sum of RGB (Red+Green+Blue) = 7+102+140=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #07668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07668C is #F89973. Grayscale: #4D4D4D. Windows color (decimal): -16292212 or 9201159. OLE color: 9201159.

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

Color convert

RGB 7 102 140 -
CMYK 0.95 0.27 0 0.45
HSL 197.14º 0.9% 0.29% -
HSV(B) 197.14º 0.95% 0.55% -
XYZ 9.57 11.44 26.51 -
YUV 77.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 7 102 140 0.95 0.27 0 0.45 197.14 0.9 0.29
Hex 7 66 8C 5F 1B 0 2D C5 5A 1D
Octal 7 146 214 137 33 0 55 305 132 35
Binary 111 1100110 10001100 1011111 11011 0 101101 11000101 1011010 11101

Color Harmonies of #07668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07668C

Black with #07668C

Text Example


Text Example

White with #07668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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